1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00
festa/.vscode/settings.json

16 lines
346 B
JSON
Raw Normal View History

{
"files.exclude": {
// Version control
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
// Node
"node_modules": true,
".next": true,
"yarn.lock": true,
2022-06-08 17:14:00 +00:00
},
"editor.formatOnSave": true
}