• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Discussion GIT with GMS 2

T

Trasoside

Guest
We were using git with GMS 1.4 and it was working good and all as expected.
Then we switched to GMS 2
upload_2017-10-10_4-43-35.png
and as you can see, there are tons of file changes from the "views" folder, I guess this folder has somthing to do with GM UI stuffs? (which I don't really care about in my git project)
have anyone else tried using git with GMS 2?
if so, is there anything to do with it? should we just ignore it?
what's the right way to use it? what should we do?

Thanks
 
G

Guest User

Guest
ime leaving this folder out tends to create strange errors and crashes within the project if you let it get dropped at any point (deleted, or missing from the repo when you clone it, etc.) so if you can forsee yourself ever needing to have it, then make sure it says updated as well.

but it's been awhile since i messed around with it.
 

gnysek

Member
Views are resource tree entries.
Since you can have several resource tree (resource tree views), it generates random GUID as name, as you can have same resource in several trees (always in default).

I don't like this idea of having GUID names here, for me it was bad choice, but we need to live with it now.
 
Top