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

15 lines
313 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,
}
}