Skip to content

Instantly share code, notes, and snippets.

@mrserverless
Last active January 14, 2017 09:46
Show Gist options
  • Save mrserverless/d889098fe29453ee38267e7002834c5a to your computer and use it in GitHub Desktop.
Save mrserverless/d889098fe29453ee38267e7002834c5a to your computer and use it in GitHub Desktop.
Unity3d gitignore
# Unity
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/Assets/AssetStoreTools*
# External Dependencies
/Assets/Plugins
/CSharp[0-9]0Support/
# Autogenerated VS/MD/Consulo/IDEA solution and project files
ExportedObj/
.consulo/
.idea/
.vscode/
*.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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment