Árijská VN
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# Directories that Ren'Py changes files in.
|
||||
/game/saves
|
||||
/game/cache
|
||||
|
||||
# Compiled script files. These are important for saving, and so should
|
||||
# be preserved by developer and build systems after the game has been released.
|
||||
/game/**/*.rpyc
|
||||
/game/**/*.rpymc
|
||||
|
||||
# Files Ren'Py can generate.
|
||||
/game/**/*.bak
|
||||
/game/**/*.new
|
||||
/game/**/*.old
|
||||
|
||||
# Error, log, and output files.
|
||||
/errors.txt
|
||||
/files.txt
|
||||
/image_cache.txt
|
||||
/log.txt
|
||||
/save_dump.txt
|
||||
/traceback.txt
|
||||
|
||||
# Launcher-generated files.
|
||||
/dialogue.tab
|
||||
/dialogue.txt
|
||||
/strings.json
|
||||
Reference in New Issue
Block a user