mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
19 lines
272 B
Plaintext
19 lines
272 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "www",
|
|
"path": "./"
|
|
},
|
|
{
|
|
"name": "supabase-functions",
|
|
"path": "supabase/functions"
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"node_modules/": true,
|
|
"supabase/functions/": true
|
|
}
|
|
}
|
|
}
|