diff --git a/firebase.json b/firebase.json index 981cca7..6231afd 100644 --- a/firebase.json +++ b/firebase.json @@ -15,18 +15,5 @@ }, "database": { "rules": "database.rules.json" - }, - "functions": [ - { - "source": "functions", - "codebase": "default", - "ignore": [ - "node_modules", - ".git", - "firebase-debug.log", - "firebase-debug.*.log", - "*.local" - ] - } - ] + } }