Skip to content

Commit 06ccb8a

Browse files
commit auto-generated by the drydock project
1 parent 8eb6caf commit 06ccb8a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.dockerignore

+12
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)