-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integrate new .gitignore system #3
Comments
According to NixOS Wiki, for flakes in git repos, only files in the working tree will be copied to the store. Given that we are migrating our repos from using |
No, we still need to ignore more files then what is left in the working tree. So it may be that we don't have to ignore
So this issue isn't redundant. |
In the future, whoever is assigned to the issue should also write up a set of initial tasks - it doesn't have to be accurate, the accurate the tasks should go to the PR. |
Specification
There exists a more advanced
.gitignore
system called hercules-ci. Our currentnix-gitignore.gitignoreSource
still keeps.git
in the produced output.Still has
.git
.But you need to do:
Actually ignores it.
Now I didn't see this before, not sure if this is a regression.
However the hercules-ci gitignore is apparently the more advanced one.
Basically get this done: hercules-ci/gitignore.nix#6
Tasks
The text was updated successfully, but these errors were encountered: