Skip to content

Commit

Permalink
Ignored folders
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesHuisman committed Dec 30, 2022
1 parent 2cc0b00 commit d942621
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"ghcr.io/devcontainers-contrib/features/meltano:1": {
"version": "2.12.0"
},
"ghcr.io/devcontainers-contrib/features/poetry:1": {},
"ghcr.io/devcontainers-contrib/features/pylint:1": {}
"ghcr.io/devcontainers-contrib/features/poetry:1": {}
},
"extensions": [
"ms-python.vscode-pylance",
Expand Down
12 changes: 11 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
"python.analysis.extraPaths": ["/workspace"]
"python.analysis.extraPaths": ["/workspaces/dagster-ext"],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/__pycache__": true,
"**/dist": true
}
}

0 comments on commit d942621

Please sign in to comment.