Skip to content

Instantly share code, notes, and snippets.

@austenc
Last active September 27, 2017 03:31
Show Gist options
  • Save austenc/d546924eab76dd9b9676bd1be7a91b41 to your computer and use it in GitHub Desktop.
Save austenc/d546924eab76dd9b9676bd1be7a91b41 to your computer and use it in GitHub Desktop.
A good starting point for a .gitignore file in Unity
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/Assets/AssetStoreTools*
.DS_Store
# Visual Studio 2015 cache directory
/.vs/
.vscode
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
# 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