17 lines
252 B
Text
17 lines
252 B
Text
{
|
|
"folders": [
|
|
{
|
|
"name": "project-root",
|
|
"path": "./"
|
|
},
|
|
{
|
|
"name": "supabase-functions",
|
|
"path": "supabase/functions"
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"supabase/functions/": true
|
|
}
|
|
}
|
|
}
|