Skip to content

Instantly share code, notes, and snippets.

@Godefroy
Created February 9, 2016 15:45
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Godefroy/7682764b8da8f09b300b to your computer and use it in GitHub Desktop.
Unity .gitignore
# =============== #
# Unity generated #
# =============== #
/Temp/
/Library/
# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
ExportedObj/
obj/
*.svd
*.userprefs
*.csproj
*.pidb
*.suo
*.sln
*.user
*.unityproj
*.booproj
# ======== #
# Unity VS #
# ======== #
Assets/UnityVS
Assets/UnityVS.meta
# ============ #
# OS generated #
# ============ #
.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