Refactored dockerignore
This commit is contained in:
+24
-11
@@ -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
|
||||||
Reference in New Issue
Block a user