We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eb6caf + 06ccb8a commit 519f92eCopy full SHA for 519f92e
.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