eduproj2/eduproj.code-workspace
Michael Zhang 1711557f4c initial
2023-08-01 18:38:06 -04:00

17 lines
252 B
Text

{
"folders": [
{
"name": "project-root",
"path": "./"
},
{
"name": "supabase-functions",
"path": "supabase/functions"
}
],
"settings": {
"files.exclude": {
"supabase/functions/": true
}
}
}