summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-07 17:45:25 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-07 17:45:25 -0300
commit2def3210ca69e7f2158c20f91f71a09eb338c479 (patch)
treede6cbad2a0379cda390393aa0dd5824ecb41c05a /.gitignore
downloadrenpy-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--.gitignore39
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