Yapper/firebase.json

16 lines
241 B
JSON
Raw Permalink Normal View History

2025-01-03 15:36:56 +00:00
{
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log",
"*.local"
]
}
]
}