Ignore local-only files
This commit is contained in:
parent
1830c07329
commit
cbca80f6ec
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,8 @@
|
|||
# We ignore settings.ini as it is created automatically
|
||||
settings.ini
|
||||
settings.bak
|
||||
# Ignore our local processed files folder
|
||||
processed/
|
||||
# Ignore environment file which must be unique to the user
|
||||
.env
|
||||
# Ignore Python's cache
|
||||
|
|
Loading…
Reference in a new issue