Skip to content

Commit c68b914

Browse files
authored
Merge pull request #61 from koichiro/feature/add-docker-ignore
Add .dockerignore with common project ignores
2 parents 849b4e5 + de12914 commit c68b914

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.dockerignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.git
2+
.bundle
3+
vendor/bundle
4+
coverage
5+
tmp
6+
log
7+
.DS_Store
8+
.env
9+
.env.*
10+
session
11+
test
12+
plan
13+
airbnb_*.csv

0 commit comments

Comments
 (0)