dart_frog
dart_frog copied to clipboard
fix: .gitignore copied to build folder
Description
When running the dart_frog build command, the .gitignore file that exists at the root of my project is copied over to the build folder.
Steps To Reproduce
- Initialize git in the project, check that the .gitignore file exists at the root of the project
- Run dart_frog build
- Check the presence of the .gitignore file in the build folder
Expected Behavior
This git file shouldn't be copied to the build folder, there should only be one in the root directory of the project.
seems like a bug in mason generator