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