Skip to content

Commit

Permalink
Clean up .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
markwaddle committed Sep 30, 2024
1 parent 172fe4f commit b258115
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# files

.DS_Store
.dockerignore
.data*
__pycache__
.pytest_cache
*.egg*
.venv
.env
devdb
README.md
tests
Dockerfile
Dockerfile.*
Makefile
infra

# dirs

.vscode
.github
.devcontainer
.data
__pycache__
.pytest_cache
.venv
3 changes: 3 additions & 0 deletions workbench-service/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
infra/
devdb/
tests/

0 comments on commit b258115

Please sign in to comment.