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/
|
||||
docs/
|
||||
surreal-data/
|
||||
notebook_data/
|
||||
temp/
|
||||
*.env
|
||||
.mypy_cache/
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,6 +6,7 @@ data/
|
|||
sqlite-db/
|
||||
surreal-data/
|
||||
docker.env
|
||||
notebook_data/
|
||||
# Python-specific
|
||||
*.py[cod]
|
||||
__pycache__/
|
||||
|
|
|
|||
Loading…
Reference in a new issue