From 064f682103dff1bd7b1dfea4d44ca34827d061a1 Mon Sep 17 00:00:00 2001 From: Jeremy Cowgar Date: Wed, 20 Sep 2017 13:38:27 -0400 Subject: Instruct VSCode to indent using spaces, also ignore two temp files created by VSCode. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e76661909..e77127268 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,8 @@ util/Win_Check_Output.txt # Let these ones be user specific, since we have so many different configurations .vscode/launch.json .vscode/tasks.json +.vscode/last.sql +.vscode/temp.sql .stfolder # ignore image files @@ -47,7 +49,7 @@ util/Win_Check_Output.txt *.gif # Do not ignore MiniDox left/right hand eeprom files -!keyboards/minidox/*.eep +!keyboards/minidox/*.eep # things travis sees secrets.tar -- cgit v1.2.3-24-g4f1b