-
Notifications
You must be signed in to change notification settings - Fork 344
document .gitignore. Add .DS_Store to it while at it. #1025
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
Conversation
|
So it seems to pre-commit hook didn't like my changes to |
|
The pre-commit setup sorts it alphabetically, which is incorrect given that .gitignore exclusions and inclusions are order-dependent, so that should probably be taken out. (The details are in the pre-commit config file. Follow the links to the various repositories to find out what code each action runs.) |
|
This one is ready for review @wenkokke . |
|
I meant after their respective inclusions, eg, the zip inclusion after the general exclusion, but that's alright, we can fix that later. |
As per title. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Wen Kokke <wenkokke@users.noreply.github.com>
As per title. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Wen Kokke <wenkokke@users.noreply.github.com>
As per title.