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 # Source Control / IDEs
**/.dockerignore
**/.env
**/.git **/.git
**/.gitignore **/.gitignore
**/.project **/.gitattributes
**/.settings
**/.toolstarget
**/.vs **/.vs
**/.vscode **/.vscode
**/.classpath
**/.project
**/.settings
**/*.*proj.user **/*.*proj.user
**/*.dbmdl **/*.dbmdl
**/*.jfm **/*.jfm
**/azds.yaml
# Build / Dependency Artifacts
**/bin **/bin
**/charts **/obj
**/docker-compose*
**/Dockerfile*
**/node_modules **/node_modules
**/npm-debug.log **/npm-debug.log
**/obj **/.toolstarget
# Docker / Deployment Files
**/.dockerignore
**/.env
**/Dockerfile*
**/charts
**/secrets.dev.yaml **/secrets.dev.yaml
**/values.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 LICENSE
README.md README.md