-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update to 4.4 #79
base: main
Are you sure you want to change the base?
Update to 4.4 #79
Conversation
Contains changes to .gitignore file due to the addition of .uid files
Hm. If uid's are supposed to be unique, then I guess we shouldn't add the |
I think
I think it's fine as long as they're unique within one project. I don't see a reason to have them be unique outside of it. Though perhaps I'm missing something about their design that would warrant that. |
Well, if the I'm not sure it would even actually cause problems, but I think we'd want to try and discourage something like that from happening. The test project within godot-cpp itself should have it's .uid files saved in the repo, though. I don't think it does currently. |
I think they should be excluded from the template and regenerated. But adding them to the |
I mean we could alternatively just not commit it here. That would make it easier. The downside is that we will have to make sure it won't ever be committed in the future. Not sure how this might be possible via gitattributes though |
Contains changes to .gitignore file due to the addition of .uid files
Question is if we should add the
.uid
file?