forked from Cavemanon/IWaniHugThatGator-Demo-Public
don't forget the gitignore, dunce
This commit is contained in:
57
.gitignore
vendored
Normal file
57
.gitignore
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
# macOS-related files
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Windows-related files
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
[Dd]esktop.ini
|
||||
|
||||
#Textfile cruft
|
||||
/project.json
|
||||
/traceback.txt
|
||||
/errors.txt
|
||||
/log.txt
|
||||
log.txt
|
||||
errors.txt
|
||||
traceback.txt
|
||||
|
||||
|
||||
#Vim (best text editor) swap files
|
||||
.sw?
|
||||
*~
|
||||
*.bak
|
||||
|
||||
#For vscode niggas since gitignore does this for us
|
||||
/.vscode/*
|
||||
/.vscode/
|
||||
|
||||
#save files & cache files
|
||||
/game/saves/
|
||||
/game/saves/*
|
||||
/game/cache/*
|
||||
/game/cache
|
||||
saves
|
||||
tmp
|
||||
cache
|
||||
env
|
||||
|
||||
#binary files
|
||||
*.rpyc
|
||||
*.rpyb
|
||||
*.rpymc
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
#binary files
|
||||
*.rpyc
|
||||
*.rpymc
|
||||
|
||||
#backups
|
||||
*.bak
|
||||
|
||||
#android
|
||||
.android.json
|
@ -1,8 +1,3 @@
|
||||
# IWaniHugThatGator-Demo-Public
|
||||
|
||||
The gator girl's gamu.
|
||||
|
||||
|
||||
## Building
|
||||
|
||||
Check the build script .woodpecker.yml for information on how to build this project.
|
||||
The gator girl's gamu.
|
BIN
game/cache/bytecode.rpyb
vendored
BIN
game/cache/bytecode.rpyb
vendored
Binary file not shown.
BIN
game/cache/py3analysis.rpyb
vendored
BIN
game/cache/py3analysis.rpyb
vendored
Binary file not shown.
BIN
game/cache/screens.rpyb
vendored
BIN
game/cache/screens.rpyb
vendored
Binary file not shown.
9
game/cache/shaders.txt
vendored
9
game/cache/shaders.txt
vendored
@ -1,9 +0,0 @@
|
||||
renpy.dissolve renpy.geometry
|
||||
renpy.geometry renpy.texture
|
||||
renpy.ftl
|
||||
renpy.alpha renpy.texture
|
||||
renpy.alpha renpy.geometry renpy.texture
|
||||
renpy.dissolve renpy.dissolve
|
||||
renpy.solid
|
||||
renpy.texture
|
||||
renpy.geometry renpy.solid
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
game/gui.rpyc
BIN
game/gui.rpyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
BIN
game/script.rpyc
BIN
game/script.rpyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user