index.ejs cleanup

This commit is contained in:
Matt Walsh 2022-12-12 14:47:53 -06:00
commit e5a18ea073
4 changed files with 60 additions and 60 deletions

View file

@ -50,5 +50,10 @@
"[html]": {
"editor.defaultFormatter": "j69.ejs-beautify"
},
"files.exclude": {
"**/node_modules": true,
"**/debug.log": true,
"server/scripts/custom.js": true
},
},
}