We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a310bb commit c23878fCopy full SHA for c23878f
1 file changed
.dockerignore
@@ -1,5 +1,32 @@
1
+# VCS / CI metadata (not needed in image)
2
.git
-.gitignore
3
.github
4
-.gitattributes
5
-README.md
+
+# 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