Add notebook_data/ to .dockerignore
Following reviewer feedback to add notebook_data/ to .dockerignore in addition to .gitignore. This prevents the directory from being included in Docker builds while still keeping it out of git tracking during development.
This commit is contained in:
parent
e0457fc20d
commit
45250bb75f
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ docker-compose*
|
||||||
.docker_data/
|
.docker_data/
|
||||||
docs/
|
docs/
|
||||||
surreal-data/
|
surreal-data/
|
||||||
|
notebook_data/
|
||||||
temp/
|
temp/
|
||||||
*.env
|
*.env
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue