-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove unused files #129
base: main
Are you sure you want to change the base?
Remove unused files #129
Conversation
This reverts commit 46e7e30.
I am unclear why you would remove guards from the GitIgnore. If any developer contributes from a Mac, for example, they will inadvertently commit .DS_Store files, etc... that are not relevant to the build. This creates more effort on behalf o the developer to then update the ignore in their own branch perhaps, and to what end? git ignore is for exactly that purpose -- to prevent things from going into the lineup that are not useful. |
Good catch on the mac-specific entries - I hadn't considered that different operating systems might include some files by default. I'll revert some of the changes to the gitignore. |
This pull request removes unused files, such as editor configuration files. These files can easily clutter the workspace and are often unnecessarily included in built images.