Skip to content

Instantly share code, notes, and snippets.

@nemotoo
Created April 13, 2016 04:29
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nemotoo/2002e546195f82523ee2e8ef4e6c7339 to your computer and use it in GitHub Desktop.
Save nemotoo/2002e546195f82523ee2e8ef4e6c7339 to your computer and use it in GitHub Desktop.
.gitignore for Unity3D
# ============ #
# OS generated #
# ============ #
.DS_Store*
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
[Tt]humbs.db
# ====== #
# Common #
# ====== #
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/Assets/AssetStoreTools*
# Autogenerated VS/MD solution and project files
ExportedObj/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
# Unity3D generated meta files
*.pidb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
# Autobackup files
*.blend[0-9]
*.blend[0-9].meta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment