UE appropriate .gitignore & '/Intermediate' removal #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
I've been following your YouTube videos for quite some time and I must say your TrueFPS project is very interesting so when I saw you added this plugin on github I cloned it immediately.
Doing so, I've noticed that you pushed your /Intermediate folder, and that the .gitignore file was empty (which led to this unnecessary folder being committed).
In short, this is an issue because those UE-generated folders can be really heavy (so github may rightfullly just not accept your push because of its files sizes), and they are not intended to be copied from a computer to another (this is really prone to causing build errors and such).
So I took the liberty of fixing that on my side, and made this pull-request so that it is easy for you to merge it.
Basically I've just added an Unreal Engine appropriate configuration in the .gitignore file so that git does not add any UE-generated folder in the future, and just straight up deleted /Intermediate from versioning.
Have a nice day, and thank you for your work for the UE community!
PS: I'm the same Tolc that wrote to you under this video (https://www.youtube.com/watch?v=K9eiGsT3cqE)