Add docs/ and sandbox_venv*/ in .gitignore (#258)

docs/ is the default path where docs are storer when running app locally
sandbox_venv*/ are created when installing python
This commit is contained in:
Yohan Boniface 2022-08-26 22:20:01 +02:00 committed by GitHub
parent 7ae425f869
commit 76fc6c87ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -7,6 +7,8 @@
/static/*.bundle.js.*.txt /static/*.bundle.js.*.txt
/grist-sessions.db /grist-sessions.db
/landing.db /landing.db
/docs/
/sandbox_venv*
# Build helper files. # Build helper files.
/.build* /.build*