Skip to content

Commit 564954a

Browse files
committed
Add more to .dockerignore.
1 parent 50cdd4d commit 564954a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.dockerignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
1+
**/.classpath
12
**/.dockerignore
23
**/.env
34
**/.git
45
**/.gitignore
6+
**/.project
7+
**/.settings
8+
**/.toolstarget
9+
**/.vs
10+
**/.vscode
11+
**/.whitesource
12+
**/*.*proj.user
13+
**/*.dbmdl
14+
**/*.jfm
15+
**/azds.yaml
16+
**/charts
17+
**/docker-compose*
518
**/Dockerfile*
619
**/node_modules
720
**/npm-debug.log
21+
**/obj
22+
**/secrets.dev.yaml
23+
**/values.dev.yaml
24+
LICENSE
25+
README.md

0 commit comments

Comments
 (0)