Skip to content

Commit 41d7ee3

Browse files
authored
Merge pull request #2061 from napalm-automation/dockerignore
Add .dockerignore file for Docker build
2 parents aaff777 + 719b72c commit 41d7ee3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.dockerignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.git*
2+
__pycache__
3+
*.pyc
4+
*.pyo
5+
*.pyd
6+
.Python
7+
.tox
8+
.venv
9+
.coverage
10+
.coverage.*
11+
.cache
12+
.mypy_cache
13+
.pytest_cache
14+
docs
15+
test
16+
static
17+
vagrant
18+
LICENSE
19+
report.json

0 commit comments

Comments
 (0)