# 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
*.gif
# Do not ignore MiniDox left/right hand eeprom files
-!keyboards/minidox/*.eep
+!keyboards/minidox/*.eep
# things travis sees
secrets.tar
// Place your settings in this file to overwrite default and user settings.
{
+ // Unofficially, QMK uses spaces for indentation
+ "editor.insertSpaces": true,
// Configure glob patterns for excluding files and folders.
"files.exclude": {
"**/.build": true,