Skip to content

Instantly share code, notes, and snippets.

@embassem
Created June 15, 2016 08:47
Show Gist options
  • Save embassem/4366a52b35e5da9b0ba43cc3772c5c08 to your computer and use it in GitHub Desktop.
Save embassem/4366a52b35e5da9b0ba43cc3772c5c08 to your computer and use it in GitHub Desktop.
Unity3D Ignore Folders
#http://stackoverflow.com/questions/18225126/how-to-use-git-for-unity-source-control
# =============== #
# Unity generated #
# =============== #
Temp/
Library/
# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
ExportedObj/
obj/
*.svd
*.userprefs
/*.csproj
*.pidb
*.suo
/*.sln
*.user
*.unityproj
*.booproj
# ============ #
# OS generated #
# ============ #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment