mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-25 11:29:16 +01:00
improved gitignore
This commit is contained in:
parent
c61f3b323c
commit
a789e15a39
1 changed files with 19 additions and 98 deletions
117
.gitignore
vendored
117
.gitignore
vendored
|
@ -1,112 +1,33 @@
|
||||||
# macOS-related files
|
# IToddler files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
|
|
||||||
# Windows-related files
|
# Windows cancer
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
Thumbs.db:encryptable
|
Thumbs.db:encryptable
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
ehthumbs_vista.db
|
ehthumbs_vista.db
|
||||||
[Dd]esktop.ini
|
[Dd]esktop.ini
|
||||||
|
|
||||||
|
#Textfile cruft
|
||||||
|
/project.json
|
||||||
|
/traceback.txt
|
||||||
|
/errors.txt
|
||||||
|
/log.txt
|
||||||
|
|
||||||
|
#Vim (best text editor) swap files
|
||||||
|
.sw?
|
||||||
|
|
||||||
|
#cache files
|
||||||
|
/game/cache/*
|
||||||
|
|
||||||
|
#save files
|
||||||
|
/game/saves/*
|
||||||
|
|
||||||
|
#binary files
|
||||||
*.rpyc
|
*.rpyc
|
||||||
*.rpyb
|
|
||||||
*.rpymc
|
*.rpymc
|
||||||
*.pyc
|
|
||||||
*.pyo
|
|
||||||
|
|
||||||
*~
|
#backups
|
||||||
*.bak
|
*.bak
|
||||||
|
|
||||||
saves
|
|
||||||
tmp
|
|
||||||
cache
|
|
||||||
env
|
|
||||||
|
|
||||||
log.txt
|
|
||||||
errors.txt
|
|
||||||
traceback.txt
|
|
||||||
|
|
||||||
styles.txt
|
|
||||||
|
|
||||||
/gui/game/gui
|
|
||||||
/game/saves
|
|
||||||
|
|
||||||
/android
|
|
||||||
/build
|
|
||||||
/dist
|
|
||||||
/dists
|
|
||||||
/renpy.app
|
|
||||||
/jedit
|
|
||||||
/lint.txt
|
|
||||||
/renpy.code
|
|
||||||
/*testing*
|
|
||||||
/screenshot*
|
|
||||||
/renpy.exe
|
|
||||||
/renpy-32.exe
|
|
||||||
/renpy.sh
|
|
||||||
/lib
|
|
||||||
/lib.old
|
|
||||||
/lib2
|
|
||||||
/lib3
|
|
||||||
/doc
|
|
||||||
/.pydevproject
|
|
||||||
/.pydevproject.bak
|
|
||||||
/.project
|
|
||||||
/.cproject
|
|
||||||
/.settings
|
|
||||||
/LICENSE.txt
|
|
||||||
/templates/english/README.html
|
|
||||||
/the_question/README.html
|
|
||||||
/tutorial/README.html
|
|
||||||
/renpy/angle/*.pyx
|
|
||||||
/renpy/angle/*.pxd
|
|
||||||
/renpy-ppc.zip
|
|
||||||
/module/build
|
|
||||||
/module/gen*
|
|
||||||
/editra
|
|
||||||
/atom
|
|
||||||
/launcher/game/theme
|
|
||||||
/launcher/game/script_version.rpy
|
|
||||||
|
|
||||||
/dl
|
|
||||||
renpy/vc_version.py
|
|
||||||
.externalToolBuilders
|
|
||||||
/rapt
|
|
||||||
/evil
|
|
||||||
/iaptest
|
|
||||||
/pygame_sdl2
|
|
||||||
/renios
|
|
||||||
/steam_appid.txt
|
|
||||||
/.coverage
|
|
||||||
/id
|
|
||||||
/ai
|
|
||||||
/interface_7
|
|
||||||
/htmlcov
|
|
||||||
/the_question*/.android.json
|
|
||||||
/WINDOWS.rst
|
|
||||||
/old
|
|
||||||
|
|
||||||
/*-all/
|
|
||||||
/*-win/
|
|
||||||
/*-mac/
|
|
||||||
/*-linux*/
|
|
||||||
/*-dists/
|
|
||||||
doc-web
|
|
||||||
|
|
||||||
sphinx/source/inc
|
|
||||||
sphinx/source/thequestion.rst
|
|
||||||
tutorial/game/tutorial_director.rpy
|
|
||||||
launcher/theme
|
|
||||||
module/emscripten-static/
|
|
||||||
web/
|
|
||||||
|
|
||||||
cubism
|
|
||||||
glexperiment
|
|
||||||
live2d
|
|
||||||
rapt2
|
|
||||||
rapt3
|
|
||||||
renios2
|
|
||||||
renios3
|
|
||||||
notarized
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue