mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Update gitignore
This commit is contained in:
parent
2dec3784f0
commit
15779099a4
1 changed files with 6 additions and 5 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -20,11 +20,15 @@ errors.txt
|
||||||
traceback.txt
|
traceback.txt
|
||||||
|
|
||||||
|
|
||||||
#Vim swap files
|
#Vim (best text editor) swap files
|
||||||
.sw?
|
.sw?
|
||||||
*~
|
*~
|
||||||
*.bak
|
*.bak
|
||||||
|
|
||||||
|
#For vscode niggas since gitignore does this for us
|
||||||
|
/.vscode/*
|
||||||
|
/.vscode/
|
||||||
|
|
||||||
#save files & cache files
|
#save files & cache files
|
||||||
/game/saves/
|
/game/saves/
|
||||||
/game/saves/*
|
/game/saves/*
|
||||||
|
@ -42,9 +46,6 @@ env
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
|
|
||||||
#Vim (best text editor) swap files
|
|
||||||
.sw?
|
|
||||||
|
|
||||||
#binary files
|
#binary files
|
||||||
*.rpyc
|
*.rpyc
|
||||||
*.rpymc
|
*.rpymc
|
||||||
|
|
Loading…
Reference in a new issue