Skip to content

Commit

Permalink
Add databases and logs to .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jcallison1 committed Sep 26, 2024
1 parent bc0a2c3 commit 866acfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@

# Backend
**/__pycache__
**/*.pyc
BackEndFlask/BackEndFlaskVenv
**/*.db
**/*.db-journal
**/*.rdb
**/*.log

# Frontend
FrontEndReact/node_modules

0 comments on commit 866acfe

Please sign in to comment.