diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-07 17:45:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-07 17:45:25 -0300 |
commit | 2def3210ca69e7f2158c20f91f71a09eb338c479 (patch) | |
tree | de6cbad2a0379cda390393aa0dd5824ecb41c05a /.gitignore | |
download | renpy-2def3210ca69e7f2158c20f91f71a09eb338c479.tar.gz renpy-2def3210ca69e7f2158c20f91f71a09eb338c479.tar.bz2 renpy-2def3210ca69e7f2158c20f91f71a09eb338c479.tar.xz renpy-2def3210ca69e7f2158c20f91f71a09eb338c479.zip |
Create new blank Ren'Py projectinit
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 |