Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
24 changes: 13 additions & 11 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,23 @@

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"arcanis.vscode-zipfs",
"batisteo.vscode-django",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"editorconfig.editorconfig",
"johnsoncodehk.volar",
"mrmlnc.vscode-duplicate",
"ms-azuretools.vscode-docker",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-azuretools.vscode-docker",
"editorconfig.editorconfig",
"redhat.vscode-yaml",
"visualstudioexptteam.vscodeintellicode",
"batisteo.vscode-django",
"mutantdino.resourcemonitor",
"spmeesseman.vscode-taskexplorer",
"mtxr.sqltools",
"mtxr.sqltools-driver-mysql",
"mrmlnc.vscode-duplicate",
"eamodio.gitlens",
"mtxr.sqltools",
"mutantdino.resourcemonitor",
"oderwat.indent-rainbow",
"johnsoncodehk.volar"
"redhat.vscode-yaml",
"spmeesseman.vscode-taskexplorer",
"visualstudioexptteam.vscodeintellicode"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
1 change: 0 additions & 1 deletion .devcontainer/docker-compose.extend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
EDITOR_VSCODE: 1
volumes:
- .:/workspace
- /workspace/node_modules
- /workspace/.parcel-cache
- /workspace/__pycache__
- datatracker-vscode-ext:/root/.vscode-server/extensions
Expand Down
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.yarn/releases/** binary
/.yarn/plugins/** binary
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ datatracker.sublime-workspace
/.tmp
/attic
/bin
/bootstrap/node_modules
/data
/docker/docker-compose.extend-custom.yml
/env
Expand Down Expand Up @@ -60,4 +61,10 @@ datatracker.sublime-workspace
/unix.tag
*.pyc
__pycache__
node_modules
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
4 changes: 0 additions & 4 deletions .npmrc

This file was deleted.

Loading