fix: update .dockerignore with all required entries and mark task 6.3 complete
This commit is contained in:
parent
1438e474e8
commit
b0e4a618f0
2 changed files with 7 additions and 3 deletions
|
|
@ -1,9 +1,13 @@
|
|||
.git
|
||||
.env
|
||||
.env*
|
||||
node_modules
|
||||
.next
|
||||
.git
|
||||
data/
|
||||
*.md
|
||||
.env*
|
||||
__pycache__/
|
||||
mlruns/
|
||||
models/
|
||||
*.log
|
||||
coverage/
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue