Skip to content

Instantly share code, notes, and snippets.

@Shilo
Forked from Shogan/.gitignore
Created May 28, 2016 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shilo/5d052ceb48197cb58e657571412e18d9 to your computer and use it in GitHub Desktop.
Save Shilo/5d052ceb48197cb58e657571412e18d9 to your computer and use it in GitHub Desktop.
Unity3D .gitignore for team collaboration
# Unity generated and a few customs #
# ================================= #
Temp/*
Library/*
Build/*
Obj/*
WebBuild/*
WindowsBuild/*
# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
ExportedObj/*
*.svd
*.userprefs
*.csproj
*.pidb
*.suo
*.sln
*.user
*.unityproj
*.booproj
*.log
# Ignore UnityVS so users can use different versions
Assets/UnityVS/*
#ignoring pidb, they are just code completion caching data according to:
# http://stackoverflow.com/questions/1022111/what-are-monodevelops-pidb-files
*.pidb
*.userprefs
# ============ #
# 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