Created
May 25, 2020 03:04
-
-
Save jthegedus/9bd5bed6a31cd629f4602acee3d4d3f6 to your computer and use it in GitHub Desktop.
github.com/jthegedus/firebase-gcp-examples/tree/master/functions-nextjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"functions": { | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"firbease-debug.log", | |
"**/.*", | |
"**/node_modules/**", | |
"components/**", | |
"helpers/**", | |
"out/**", | |
"pages/**", | |
"public/**", | |
"scripts/**", | |
"firestore.rules", | |
"readme.md" | |
] | |
}, | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment