first draft of finale sequence finished
This commit is contained in:
parent
95e09d6fb8
commit
4e6be17c1a
21 changed files with 94 additions and 9 deletions
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/renpy
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=renpy
|
||||
|
||||
### Renpy ###
|
||||
# Don't track content of these folders #
|
||||
########################################
|
||||
cache/
|
||||
saves/
|
||||
|
||||
|
||||
# Compiled source #
|
||||
###################
|
||||
*.com
|
||||
*.class
|
||||
*.dll
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
|
||||
*.rpyc
|
||||
*.rpymc
|
||||
|
||||
|
||||
# The log file and other misc things #
|
||||
######################################
|
||||
log.txt
|
||||
errors.txt
|
||||
traceback.txt
|
||||
files.txt
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/renpy
|
||||
Loading…
Add table
Add a link
Reference in a new issue