supabase init

This commit is contained in:
Zach Hawtof 2023-11-12 01:59:45 -05:00
parent 8a4623eb7b
commit 230b01591f
No known key found for this signature in database
5 changed files with 10680 additions and 0 deletions

View file

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