Skip to content

Commit 8d66082

Browse files
committed
Added git ignore to avoid mounting specific files/folder in container.
1 parent 3aa6944 commit 8d66082

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.dockerignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Elixir build files
2+
/_build
3+
/deps
4+
5+
# Node.js build files (if applicable)
6+
node_modules
7+
8+
# Editor and OS files
9+
*.swp
10+
*.swo
11+
*.log
12+
.DS_Store
13+
14+
# Git ignored files
15+
.git

0 commit comments

Comments
 (0)