Skip to content

Instantly share code, notes, and snippets.

@luispedrofonseca
Created December 8, 2014 15:38
Show Gist options
  • Save luispedrofonseca/2c18b06da6cec337bd10 to your computer and use it in GitHub Desktop.
Save luispedrofonseca/2c18b06da6cec337bd10 to your computer and use it in GitHub Desktop.
Unity GIT Ignore template
# =============== #
# Unity generated #
# =============== #
Temp/
Obj/
UnityGenerated/
Library/
Assets/AssetStoreTools*
# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
ExportedObj/
*.svd
*.userprefs
*.csproj
*.pidb
*.suo
*.sln
*.user
*.unityproj
*.booproj
# ============ #
# OS generated #
# ============ #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment