Skip to content

Instantly share code, notes, and snippets.

@MugOfPaul
Last active February 18, 2020 18:09
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 MugOfPaul/dc8ec145a86a41835013ad200550087f to your computer and use it in GitHub Desktop.
Save MugOfPaul/dc8ec145a86a41835013ad200550087f to your computer and use it in GitHub Desktop.
Unity Project Ignore. Assumes all build artifacts go into subdirectories of <Project Root>/Builds
.DS_Store
[Ll]ibrary/
[Ll]ogs/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
[Ll]ogs/
Assets/AssetStoreTools*
UWP/
*.pfx*
Assets/GoogleARCore*
Assets/PlayServicesResolver*
Assets/UnityARKitPlugin*
/.idea/
# Visual Studio
/.vs/
.vscode
# Gradle cache directory
.gradle/
# Ignore manually added packages
com.*
# Autogenerated solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
# Unity3D generated meta files
*.pidb.meta
*.pdb.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