don't forget the gitignore, dunce

This commit is contained in:
2023-05-17 12:26:55 -05:00
parent 6502ec0bd0
commit 954d97e47b
51 changed files with 58 additions and 16 deletions

57
.gitignore vendored Normal file
View 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

View File

@ -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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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.

File diff suppressed because one or more lines are too long

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.