From 612e061229bcf407a2f1fb190f4b94fbc8730bc8 Mon Sep 17 00:00:00 2001 From: James Ryland Miller Date: Mon, 2 Mar 2020 23:32:09 -0600 Subject: [PATCH] add .vscode to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b5dc609..299c5e0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ pf2.db tmp.db spells_temp.txt *.py.swp +.vscode ############################## # Standard python git ignore #