Skip to content

Commit

Permalink
Merge pull request #2061 from napalm-automation/dockerignore
Browse files Browse the repository at this point in the history
Add .dockerignore file for Docker build
  • Loading branch information
mirceaulinic authored Apr 5, 2024
2 parents aaff777 + 719b72c commit 41d7ee3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.git*
__pycache__
*.pyc
*.pyo
*.pyd
.Python
.tox
.venv
.coverage
.coverage.*
.cache
.mypy_cache
.pytest_cache
docs
test
static
vagrant
LICENSE
report.json

0 comments on commit 41d7ee3

Please sign in to comment.