You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: