Skip to content

Instantly share code, notes, and snippets.

@ghaida
Created December 30, 2015 19:14
Show Gist options
  • Select an option

  • Save ghaida/fad4ad386c5c7958cfbf to your computer and use it in GitHub Desktop.

Select an option

Save ghaida/fad4ad386c5c7958cfbf to your computer and use it in GitHub Desktop.
Unity3D Git ignore folders
# =============== #
# 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