Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore all generated files #23

Closed
ricardoboss opened this issue Apr 7, 2024 · 0 comments · Fixed by #24
Closed

Ignore all generated files #23

ricardoboss opened this issue Apr 7, 2024 · 0 comments · Fixed by #24
Assignees
Labels
enhancement New feature or request

Comments

@ricardoboss
Copy link
Member

Most tool authors recommend adding generated files to the .gitignore.

Working on a large project with lots of generated files checked into git, I can tell why: having generated files (or even lockfiles) in version control causes noisy commits.

Therefore I want to remove all generated files from all packages.
Currently, this only includes the *.mocks.dart files for the tests, but I'm sure there will be other purposes (like in #20 the package version).

@ricardoboss ricardoboss self-assigned this Apr 7, 2024
@ricardoboss ricardoboss added the enhancement New feature or request label Apr 7, 2024
ricardoboss referenced this issue Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant