diff --git a/.dockerignore b/.dockerignore index 3729ff0..127aa34 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,25 +1,38 @@ -**/.classpath -**/.dockerignore -**/.env +# Source Control / IDEs **/.git **/.gitignore -**/.project -**/.settings -**/.toolstarget +**/.gitattributes **/.vs **/.vscode +**/.classpath +**/.project +**/.settings **/*.*proj.user **/*.dbmdl **/*.jfm -**/azds.yaml + +# Build / Dependency Artifacts **/bin -**/charts -**/docker-compose* -**/Dockerfile* +**/obj **/node_modules **/npm-debug.log -**/obj +**/.toolstarget + +# Docker / Deployment Files +**/.dockerignore +**/.env +**/Dockerfile* +**/charts **/secrets.dev.yaml **/values.dev.yaml +**/azds.yaml + +# Explicitly target Docker Compose configuration files while sparing .dcproj +**/docker-compose.yml +**/docker-compose.override.yml +**/docker-compose.prod.yml +**/docker-compose.staging.yml + +# Miscellaneous LICENSE README.md \ No newline at end of file