mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
tidy dockerignore
This commit is contained in:
parent
01b7fe4dbb
commit
b19782eca8
1 changed files with 24 additions and 9 deletions
|
|
@ -1,19 +1,34 @@
|
|||
.env
|
||||
# From default Visual Studio .NET Core template
|
||||
**/.dockerignore
|
||||
**/.env
|
||||
**/.git
|
||||
.gitattributes
|
||||
.gitignore
|
||||
**/.github
|
||||
**/.gitignore
|
||||
**/.vs
|
||||
**/.vscode
|
||||
.dockerignore
|
||||
docker-compose.yml
|
||||
docker-compose.*.yml
|
||||
docker-compose.dcproj
|
||||
**/*.*proj.user
|
||||
**/azds.yaml
|
||||
**/charts
|
||||
**/bin
|
||||
**/obj
|
||||
**/Dockerfile
|
||||
**/Dockerfile.develop
|
||||
**/docker-compose.yml
|
||||
**/docker-compose.*.yml
|
||||
**/*.dbmdl
|
||||
**/*.jfm
|
||||
**/secrets.dev.yaml
|
||||
**/values.dev.yaml
|
||||
**/.toolstarget
|
||||
|
||||
# Other common
|
||||
**/.gitattributes
|
||||
**/.github
|
||||
**/docker-compose.dcproj
|
||||
**/.sln
|
||||
**/*.DotSettings*
|
||||
**/node_modules
|
||||
*.DotSettings*
|
||||
LICENSE
|
||||
|
||||
# FilterLists custom
|
||||
**/images
|
||||
**/ops
|
||||
Loading…
Reference in a new issue