Skip to content

Commit 346add7

Browse files
Create .dockerignore (#272)
Add a dockerignore file to avoid copying excessive build context when developing locally without a clean clone.
1 parent 32b8893 commit 346add7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.dockerignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.*
2+
**/.DS_Store
3+
**/.dockerignore
4+
**/.env
5+
**/.project
6+
**/.settings
7+
**/.vs
8+
**/.vscode
9+
**/*.*proj.user
10+
**/*.dbmdl
11+
**/*.jfm
12+
**/artifacts
13+
**/bin
14+
**/build
15+
**/charts
16+
**/docker-compose*
17+
**/compose*
18+
**/Dockerfile*
19+
**/node_modules
20+
**/npm-debug.log
21+
**/obj
22+
**/secrets.dev.yaml
23+
**/values.dev.yaml
24+
LICENSE
25+
README.md
26+
!.editorconfig
27+
!.packages/

0 commit comments

Comments
 (0)