Merge pull request #69 from pchuri/docs/improved-setup-instructions
Add notebook_data/ to .gitignore and .dockerignore
This commit is contained in:
commit
e9786647aa
2 changed files with 2 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/
|
||||||
|
|
|
||||||
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