add register function in new folder structure

This commit is contained in:
Pritimay Sarkar
2024-02-19 20:26:46 +05:30
parent a4eed82e48
commit 9417a73b8a
8 changed files with 15076 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"venv",
".git",
"firebase-debug.log",
"firebase-debug.*.log"
]
}
]
}