Merge pull request 'Refactored dockerignore' (#18) from setup into master

Reviewed-on: #18
This commit was merged in pull request #18.
This commit is contained in:
2026-06-06 01:15:53 +02:00
+24 -11
View File
@@ -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