Created
February 15, 2019 13:44
-
-
Save kosciolek/3e8a96de7462344d6aa332a44364c6f1 to your computer and use it in GitHub Desktop.
.gitignore for Unity projects
This file contains 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
/hex/[Ll]ibrary/ | |
/hex/[Tt]emp/ | |
/hex/[Oo]bj/ | |
/hex/[Bb]uild/ | |
/hex/[Bb]uilds/ | |
/hex/[Ll]ogs/ | |
/hex/[Aa]ssets/AssetStoreTools* | |
![Aa]ssets/**/*.meta | |
.vs/ | |
/hex/ExportedObj/ | |
.consulo/ | |
*.csproj | |
*.unityproj | |
*.sln | |
*.suo | |
*.tmp | |
*.user | |
*.userprefs | |
*.pidb | |
*.booproj | |
*.svd | |
*.pdb | |
*.mdb | |
*.opendb | |
*.VC.db | |
*.pidb.meta | |
*.pdb.meta | |
*.mdb.meta | |
sysinfo.txt | |
*.apk | |
*.unitypackage | |
crashlytics-build.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment