Modified .dockerignore files for more optimizations
This commit is contained in:
parent
b754ae1c5b
commit
876bc33573
@ -2,12 +2,15 @@
|
|||||||
**/.env
|
**/.env
|
||||||
**/.git
|
**/.git
|
||||||
**/.gitignore
|
**/.gitignore
|
||||||
|
**/.gitattributes
|
||||||
|
**/.gitmodules
|
||||||
**/.project
|
**/.project
|
||||||
**/.settings
|
**/.settings
|
||||||
**/.toolstarget
|
**/.toolstarget
|
||||||
**/.vs
|
**/.vs
|
||||||
**/.vscode
|
**/.vscode
|
||||||
**/.idea
|
**/.idea
|
||||||
|
**/.fleet
|
||||||
**/*.*proj.user
|
**/*.*proj.user
|
||||||
**/*.dbmdl
|
**/*.dbmdl
|
||||||
**/*.jfm
|
**/*.jfm
|
||||||
@ -19,7 +22,43 @@
|
|||||||
**/node_modules
|
**/node_modules
|
||||||
**/npm-debug.log
|
**/npm-debug.log
|
||||||
**/obj
|
**/obj
|
||||||
|
**/packages
|
||||||
**/secrets.dev.yaml
|
**/secrets.dev.yaml
|
||||||
**/values.dev.yaml
|
**/values.dev.yaml
|
||||||
LICENSE
|
LICENSE
|
||||||
README.md
|
README.md
|
||||||
|
|
||||||
|
# Test artifacts
|
||||||
|
**/TestResults/
|
||||||
|
**/test-results/
|
||||||
|
**/tests/
|
||||||
|
**/*Tests/
|
||||||
|
**/*.Tests/
|
||||||
|
**/*Test/
|
||||||
|
**/*.Test/
|
||||||
|
|
||||||
|
# CI/CD
|
||||||
|
**/.drone.yml
|
||||||
|
**/_deploy/
|
||||||
|
|
||||||
|
# Temporary and log files
|
||||||
|
**/*.tmp
|
||||||
|
**/*.log
|
||||||
|
**/*.swp
|
||||||
|
**/*.swo
|
||||||
|
**/~*
|
||||||
|
|
||||||
|
# OS files
|
||||||
|
**/.DS_Store
|
||||||
|
**/Thumbs.db
|
||||||
|
|
||||||
|
# NuGet packages
|
||||||
|
**/*.nupkg
|
||||||
|
**/*.snupkg
|
||||||
|
|
||||||
|
# Development config files
|
||||||
|
**/appsettings.Development.json
|
||||||
|
**/appsettings.*.json.example
|
||||||
|
**/.nocr.env
|
||||||
|
**/.nocr.env.example
|
||||||
|
**/launchSettings.json
|
||||||
Loading…
Reference in New Issue
Block a user