Update .gitignore
This commit is contained in:
parent
654c5d0d14
commit
a811fb5d21
|
@ -3,15 +3,21 @@
|
||||||
*.log
|
*.log
|
||||||
tmp/
|
tmp/
|
||||||
|
|
||||||
|
res/
|
||||||
|
config.toml
|
||||||
|
|
||||||
|
# --- Python ---
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*.egg
|
*.egg
|
||||||
build
|
build
|
||||||
htmlcov
|
htmlcov
|
||||||
__pycache__/
|
__pycache__/
|
||||||
config.toml
|
venv/
|
||||||
|
# --------------
|
||||||
|
|
||||||
|
# --- ONScripter ---
|
||||||
*.txt
|
*.txt
|
||||||
*.ttc
|
*.ttc
|
||||||
*.ttf
|
*.ttf
|
||||||
envdata
|
envdata
|
||||||
venv/
|
# ------------------
|
||||||
|
|
Loading…
Reference in New Issue