add extra folder to gitignore
This commit is contained in:
parent
e22720fea2
commit
0d63fcb6b5
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
data/
|
data/
|
||||||
data_backup/
|
data_backup/
|
||||||
|
drive/
|
||||||
drive-temp/
|
drive-temp/
|
||||||
db.json
|
db.json
|
||||||
.env
|
.env
|
||||||
|
@ -7,4 +8,4 @@ db.json
|
||||||
venv/
|
venv/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
.idea
|
.idea
|
||||||
config.toml
|
config.toml
|
||||||
|
|
Loading…
Reference in a new issue