Created
August 27, 2017 15:02
-
-
Save Alvarz/322b00b7a49d1f326b9de16cf85f3fd4 to your computer and use it in GitHub Desktop.
unity gitignore with git lfs
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
# .gitignore | |
# Unity | |
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
/Assets/AssetStoreTools* | |
sysinfo.txt | |
*.pidb.meta | |
# VS/Rider/MD/Consulo | |
ExportedObj/ | |
.consulo/ | |
.idea/ | |
*.csproj | |
*.unityproj | |
*.sln | |
*.suo | |
*.tmp | |
*.user | |
*.userprefs | |
*.pidb | |
*.booproj | |
*.svd | |
# Builds | |
*.apk | |
*.unitypac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment