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

Generate .gitignore #100

Open
DannyPeck opened this issue Feb 17, 2018 · 1 comment
Open

Generate .gitignore #100

DannyPeck opened this issue Feb 17, 2018 · 1 comment
Assignees
Milestone

Comments

@DannyPeck
Copy link
Contributor

Hatch generates certain files as a part of its asset generation step, etc. These files should be added to a .gitignore file when a project is created.

@DannyPeck DannyPeck added this to the v0.1.0 milestone Feb 17, 2018
@DannyPeck DannyPeck self-assigned this Feb 17, 2018
@DannyPeck
Copy link
Contributor Author

So currently we use Tup to generate a .gitignore file for all of the artifacts it creates; however, this is an issue because Hatch also generates the Tup files and we would like to add these to the .gitignore as well. (Since they can be regenerated from the Hatch.yml file, I believe they shouldn't be checked in). I can think of a few possibilities, 1) we stop using the Tup feature for generating .gitignore files and we generate them ourselves, 2) we find a way to append our entries to a .gitignore file if it already exists; however, I believe that Tup does not play well with this option, 3) we don't add the Tup files to the .gitignore all together.

@DannyPeck DannyPeck modified the milestones: v0.1.0, v0.2.0 Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant