Skip to content

Commit

Permalink
chore: Add .dockerignore
Browse files Browse the repository at this point in the history
Despite us using ADD, the gitignore does not seem to be honored
  • Loading branch information
maringuu committed Sep 19, 2024
1 parent 8f4e755 commit be02797
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 @@
# Contents of .gitignore
.cache
.coverage
.idea
.project
.pyc
.pydevproject
.pytest_cache
.settings
__pycache__
bin/
install.log

# Other files
.dockerignore
.git
.github
.gitignore
.ruff_cache

0 comments on commit be02797

Please sign in to comment.