[REQUIRED] Environment info
firebase-tools: 15.17.0
Platform: macOS
[REQUIRED] Test case
N/A
[REQUIRED] Steps to reproduce
Create a dart functions project and check .gitignore file
[REQUIRED] Expected behavior
Minimal .gitignore file similar to other language templates
.dart_tool/
build/ <- Don't think even this is needed as nothing is built here
*.local
[REQUIRED] Actual behavior
Bloated .gitignore file with lots of js related entries which I doubt are ever generated for a server project
.dart_tool/
build/
*.dart.js
*.info.json
*.js
*.js.map
*.js.deps
*.js.symbols
firebase-debug.log
firebase-debug.*.log
*.local
[REQUIRED] Environment info
firebase-tools: 15.17.0
Platform: macOS
[REQUIRED] Test case
N/A
[REQUIRED] Steps to reproduce
Create a dart functions project and check
.gitignorefile[REQUIRED] Expected behavior
Minimal
.gitignorefile similar to other language templates[REQUIRED] Actual behavior
Bloated
.gitignorefile with lots ofjsrelated entries which I doubt are ever generated for a server project