Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ashclarke

Pages: [1]
1
Support / Re: What should I make sure is included in source control?
« on: March 12, 2013, 10:20:33 pm »
Thanks for the link. I was also wondering, when you import the assets from the store, do you need to import all? Is the demo folder required?

For my gitignore, I ended up with:

Code: [Select]
obj/
Temp/
*.svd
*.suo
*.user
*.pidb
*.userprefs
*.unityproj
.DS_Store
Library/*
!Library/*.asset
Temp
*.pidb
build
Assets/TK2DROOT/tk2d_demo/*

2
Support / What should I make sure is included in source control?
« on: March 11, 2013, 09:17:47 pm »
Hi, I am using Git as source control for my project and I was wondering what you guys suggest for putting in the .gitignore file and what definitely should not be excluded.

Does anyone have any experience with this?

So far I have played it safe and added only:

Assets/TK2DROOT/tk2d_demo/*

Thanks!

Pages: [1]