Skip to content

Instantly share code, notes, and snippets.

@jthegedus
Created May 25, 2020 03:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jthegedus/9bd5bed6a31cd629f4602acee3d4d3f6 to your computer and use it in GitHub Desktop.
Save jthegedus/9bd5bed6a31cd629f4602acee3d4d3f6 to your computer and use it in GitHub Desktop.
github.com/jthegedus/firebase-gcp-examples/tree/master/functions-nextjs
{
...
"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