Skip to content

Commit 519f92e

Browse files
authored
Merge pull request #18 from segmentio/drydock_patch_11.5.2020
[Drydock] Automated Docker Patch Request 11.5.2020
2 parents 8eb6caf + 06ccb8a commit 519f92e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.dockerignore

Lines changed: 12 additions & 0 deletions
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)