ignore hidden files, ignore data dir, dont close on startup error, create necessary files and dirs on first start, start function to main.py, bad file solved log to info
This commit is contained in:
parent
e141a771ee
commit
effa267b73
6 changed files with 30 additions and 11 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -3,4 +3,12 @@ __pycache__/
|
|||
*.py[cod]
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
*.log
|
||||
|
||||
# Hidden files
|
||||
.*
|
||||
!/.gitignore
|
||||
|
||||
|
||||
# Data dir
|
||||
data/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue