Add settings from VSCode Docker extension

This commit is contained in:
Patrick Jentsch
2022-07-15 12:16:54 +02:00
parent 42ad6e27e2
commit 81e5027544
2 changed files with 32 additions and 2 deletions

View File

@ -1 +1,29 @@
**/__pycache__
**/.venv
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/bin
**/charts
**/docker-compose*
**/compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
README.md
data