diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | .vscode/settings.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e76661909..e77127268 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -39,6 +39,8 @@ util/Win_Check_Output.txt | |||
39 | # Let these ones be user specific, since we have so many different configurations | 39 | # Let these ones be user specific, since we have so many different configurations |
40 | .vscode/launch.json | 40 | .vscode/launch.json |
41 | .vscode/tasks.json | 41 | .vscode/tasks.json |
42 | .vscode/last.sql | ||
43 | .vscode/temp.sql | ||
42 | .stfolder | 44 | .stfolder |
43 | 45 | ||
44 | # ignore image files | 46 | # ignore image files |
@@ -47,7 +49,7 @@ util/Win_Check_Output.txt | |||
47 | *.gif | 49 | *.gif |
48 | 50 | ||
49 | # Do not ignore MiniDox left/right hand eeprom files | 51 | # Do not ignore MiniDox left/right hand eeprom files |
50 | !keyboards/minidox/*.eep | 52 | !keyboards/minidox/*.eep |
51 | 53 | ||
52 | # things travis sees | 54 | # things travis sees |
53 | secrets.tar | 55 | secrets.tar |
diff --git a/.vscode/settings.json b/.vscode/settings.json index be0b85b78..afe8341d0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
@@ -1,5 +1,7 @@ | |||
1 | // Place your settings in this file to overwrite default and user settings. | 1 | // Place your settings in this file to overwrite default and user settings. |
2 | { | 2 | { |
3 | // Unofficially, QMK uses spaces for indentation | ||
4 | "editor.insertSpaces": true, | ||
3 | // Configure glob patterns for excluding files and folders. | 5 | // Configure glob patterns for excluding files and folders. |
4 | "files.exclude": { | 6 | "files.exclude": { |
5 | "**/.build": true, | 7 | "**/.build": true, |