Update gitignore

This commit is contained in:
Mappening 2022-11-14 16:11:18 -06:00
parent 2dec3784f0
commit 15779099a4
1 changed files with 6 additions and 5 deletions

9
.gitignore vendored
View File

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