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

fix: .gitignore copied to build folder #1308

Open
labrom opened this issue Mar 3, 2024 · 0 comments
Open

fix: .gitignore copied to build folder #1308

labrom opened this issue Mar 3, 2024 · 0 comments
Labels
bug Something isn't working as expected

Comments

@labrom
Copy link

labrom commented Mar 3, 2024

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

  1. Initialize git in the project, check that the .gitignore file exists at the root of the project
  2. Run dart_frog build
  3. 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.

@labrom labrom added the bug Something isn't working as expected label Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected
Projects
Status: Needs Triage
Development

No branches or pull requests

1 participant