From 15779099a40f26e410aac5aadfebaf023839b539 Mon Sep 17 00:00:00 2001 From: Map Date: Mon, 14 Nov 2022 16:11:18 -0600 Subject: [PATCH] Update gitignore --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7d85155..cc8cc93 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file