diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7bbfdbb --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# Patterns to ignore. + +# Binaries +*.rpyb +*.rpyc +*.rpymc +*.pyc +*.pyo +cache/ +saves/ + +#Back up +*.bak +*~ +old/* + +# Compressed and dev +*.rpa +*.xcf +game/gfx/assets/* + +# Automatically Generated +*_conf.rpy +*.pem +*.crt +*.json +extra/* + +# DEV USE ONLY +*.dev.* +*.dev** +images/items/base** +tba/* +*.diff + +# Logs +log.txt +traceback.txt +errors.txt |