Last active
July 8, 2019 01:17
-
-
Save gpoole/9e4f30e8b73d46a5a5355c40eb15963e to your computer and use it in GitHub Desktop.
Standard Unity gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Ll]ibrary/ | |
[Tt]emp/ | |
[Oo]bj/ | |
[Bb]uild/ | |
[Bb]uilds/ | |
[Ll]ogs/ | |
[Aa]ssets/AssetStoreTools* | |
QCAR/ | |
# Visual Studio cache directory | |
.vs/ | |
# Autogenerated VS/MD/Consulo solution and project files | |
ExportedObj/ | |
.consulo/ | |
.idea/ | |
*.csproj | |
*.unityproj | |
*.sln | |
*.suo | |
*.tmp | |
*.user | |
*.userprefs | |
*.pidb | |
*.booproj | |
*.svd | |
*.pdb | |
*.opendb | |
*.VC.db | |
**/JetBrains.Rider.Unity.Editor.Plugin.Repacked.* | |
# Unity3D generated meta files | |
*.pidb.meta | |
*.pdb.meta | |
# Unity3D generated file on crash reports | |
sysinfo.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment