Initial commit
This commit is contained in:
commit
d0a3798dd2
67 changed files with 4612 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Exclude rpyc files, except the ones in old-game
|
||||
*.rpyc
|
||||
!old-game/**
|
||||
|
||||
*.rpyc~
|
||||
*.rpymc
|
||||
*.rpy~
|
||||
log.txt
|
||||
*.save
|
||||
*.psd
|
||||
.vscode/
|
||||
game/saves/persistent
|
||||
*.bak
|
||||
cache/
|
||||
|
||||
game/cache/bytecode.rpyb
|
||||
game/cache/pyanalysis.rpyb
|
||||
game/cache/screens.rpyb
|
||||
game/saves/navigation.json
|
||||
traceback.txt
|
||||
errors.txt
|
||||
game/saves/navigation.json
|
||||
game/script_version.txt
|
||||
game/saves/sync/**
|
Loading…
Add table
Add a link
Reference in a new issue