Update gitignore

pull/197/head
Mappening 7 months ago
parent 2dec3784f0
commit 15779099a4

11
.gitignore vendored

@ -20,11 +20,15 @@ errors.txt
traceback.txt
#Vim swap files
#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/*
@ -42,9 +46,6 @@ env
*.pyc
*.pyo
#Vim (best text editor) swap files
.sw?
#binary files
*.rpyc
*.rpymc
@ -53,4 +54,4 @@ env
*.bak
#android
.android.json
.android.json
Loading…
Cancel
Save