Skip to content

Commit 1e52783

Browse files
committed
Add .dockerignore
1 parent 30873d4 commit 1e52783

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.dockerignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.idea
2+
._*
3+
.DS_Store
4+
.cache/
5+
staticfiles/
6+
media/
7+
bower_components/
8+
asylum/static/css/
9+
asylum/static/js/
10+
asylum/static/fonts/
11+
venv/
12+
.AppleDouble
13+
.LSOverride
14+
*.py[cod]
15+
*.pyc
16+
__pycache__
17+
*.log
18+
node_modules/
19+
project/asylum/media/
20+
*_backup.tar.gz
21+
.git

0 commit comments

Comments
 (0)