-
-
Notifications
You must be signed in to change notification settings - Fork 137
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 annoying false or useless changes in github desktop #1265
Fix annoying false or useless changes in github desktop #1265
Conversation
@singulocity thanks for the feedback, should be good for defaultPrefabObject but can't get the two others to appear, do you remember doing anything particular to generate the change ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hard to tell if this fixed everything or not. But merging for now and we can see if anything survives.
Summary
Solve those damn false change, at least should. Needs some testing and messing around to check if new files are an issue.
If new files appear, a solution might be to commit them directly through git, using git add and git commit, as github desktop think there's no changes (but still display them...). Simply commiting should solve the issue thanks to the .gitattributes.
Some files have been added to .gitignore too, that should help.
Fixes (optional)
Closes #1262