Skip to content

Commit

Permalink
add .git to .dockerignore
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek committed Mar 6, 2024
1 parent 96de1f9 commit 8c05d99
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
__pycache__
.mypy_cache
.pytest_cache
.vscode
cvdupdate.egg-info
/build
/dist
/tests
.github
__pycache__
.git
.github
.mypy_cache
.pytest_cache
.vscode
*cvdupdate.egg-info
/build
/dist
/tests

0 comments on commit 8c05d99

Please sign in to comment.