Skip to content

Commit a12cd4f

Browse files
authored
Merge pull request #277 from github/jm_dockerignore
2 parents 78ca94e + fc0a67b commit a12cd4f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.dockerignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Application specific files
2+
test_*.py
3+
4+
# Python
5+
*.pyc
6+
__pycache__/
7+
*.pyo
8+
*.pyd
9+
10+
# Common
11+
*.md
12+
docker-compose.yml
13+
Dockerfile*
14+
.env*
15+
Makefile
16+
17+
# Logs
18+
logs
19+
*.log
20+
21+
# IDEs
22+
.vscode/
23+
.idea/
24+
25+
# Dependency directories
26+
node_modules/
27+
.venv/
28+
29+
## Cache directories
30+
.parcel-cache
31+
32+
# git
33+
.git
34+
.gitattributes
35+
.gitignore
36+
.github/

0 commit comments

Comments
 (0)