Remove git from functions folder
Using firebase init will create a git submodule in the functions folder, which is a giant hassle to remove. I just want init git in the root project.
1
vote
Mikkel Thygesen
shared this idea
-
Mikkel Thygesen commented
Here's an output of the logs while running the setup:
✔ Wrote functions/package.json
✔ Wrote functions/.eslintrc.js
✔ Wrote functions/tsconfig.json
✔ Wrote functions/tsconfig.dev.json
✔ Wrote functions/src/index.ts
✔ Wrote functions/.gitignore <--- What is this doing here?
? Do you want to install dependencies with npm now? No -
Mikkel Thygesen commented
Why do you even add git anyway? What if I want to choose my own VCS?