Add notebook_data/ to .gitignore
Prevents tracking of notebook_data directory created during docker-compose execution.
This commit is contained in:
parent
8f86b23bc4
commit
e0457fc20d
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,6 +6,7 @@ data/
|
||||||
sqlite-db/
|
sqlite-db/
|
||||||
surreal-data/
|
surreal-data/
|
||||||
docker.env
|
docker.env
|
||||||
|
notebook_data/
|
||||||
# Python-specific
|
# Python-specific
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue