We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb6caf commit 06ccb8aCopy full SHA for 06ccb8a
.dockerignore
@@ -0,0 +1,12 @@
1
+#ignore git history to avoid commiting sensitive info
2
+.git
3
+# ignore Dockerfile
4
+Dockerfile
5
+# ignore docker compose to avoid commiting sensitive info
6
+docker-compose
7
+# ignore .ciricleci to avoid commiting sensitive info
8
+.circleci
9
+# ignore .buildkite to avoid commiting sensitive info
10
+.buildkite
11
+# ignore .github to avoid commiting sensitive info
12
+.github
0 commit comments