first commit
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
# Code Only
|
||||
*.ttf
|
||||
*.jpg
|
||||
*.png
|
||||
*.ogg
|
||||
|
||||
# Ren'Py
|
||||
saves/
|
||||
tmp/
|
||||
|
||||
# Compiled source
|
||||
*.pyc
|
||||
*.rpyb
|
||||
*.rpyc
|
||||
*.rpymc
|
||||
__pycache__/
|
||||
cache/
|
||||
|
||||
# Log files
|
||||
errors.txt
|
||||
files.txt
|
||||
log.txt
|
||||
traceback.txt
|
||||
|
||||
# Generated by MacOS
|
||||
.DS_Store
|
||||
|
||||
# Vim
|
||||
*.swp
|
Reference in New Issue
Block a user