Skip to content

Bloated .gitignore in Dart Functions template #10500

@OutdatedGuy

Description

@OutdatedGuy

[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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions