mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 22:54:22 +00:00
15 lines
No EOL
313 B
JSON
15 lines
No EOL
313 B
JSON
{
|
|
"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,
|
|
}
|
|
} |