Skip to content

Commit c23878f

Browse files
authored
Update .dockerignore for cleaner and leaner builds
1 parent 2a310bb commit c23878f

1 file changed

Lines changed: 30 additions & 3 deletions

File tree

.dockerignore

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
1+
# VCS / CI metadata (not needed in image)
12
.git
2-
.gitignore
33
.github
4-
.gitattributes
5-
README.md
4+
5+
# Editor / OS junk
6+
.DS_Store
7+
Thumbs.db
8+
.idea
9+
.vscode
10+
*.swp
11+
*~
12+
13+
# Env / secrets
14+
.env
15+
.env.*
16+
*.pem
17+
*.key
18+
secrets.*
19+
*.secret
20+
21+
# Logs / temp / build outputs
22+
*.log
23+
tmp
24+
temp
25+
dist
26+
build
27+
out
28+
29+
# Docs (not needed inside image)
30+
README*
31+
LICENSE*
32+
*.md

0 commit comments

Comments
 (0)