.ignore tweaks for Unity's generated files#42
.ignore tweaks for Unity's generated files#42bjennings76 wants to merge 2 commits intoHotrian:masterfrom
Conversation
|
When I tried uploading without the Library folder I found that Unity failed to load the project properly when I downloaded it and attempted to open it (as any other user would do), so I opted to upload the Library folder anyway. Also, the Temp folder isn't included in the Repo as far as I can tell? |
|
Hmm... well if it's necessary for someone, feel free to ignore this Yes, the temp folder isn't in the repo, but it was appearing in my https://github.com/bjennings76/isolationist-unity/blob/master/.gitignore On Wed, Aug 24, 2016 at 11:58 PM Nicholas Ewalt notifications@github.com
|
I noticed the repo has a lot of the pre-generated Unity files in the project, such as the 'Library' folder and 'Temp' folder. I've removed these unnecessary files and hidden them via .ignore file tweaks.