Created
October 1, 2015 03:54
-
-
Save fugogugo/fbe1aabd3f06aec0e9c4 to your computer and use it in GitHub Desktop.
My Unity .gitignore (Bengkel Gamelan)
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
============================= | |
Masukin folder & file yg berhubungan dengan apk, hasil build etc | |
============================= | |
Build/ | |
*.apk | |
=============== | |
Unity generated | |
=============== | |
Temp/ | |
Library/ | |
===================================== | |
Visual Studio / MonoDevelop generated | |
===================================== | |
ExportedObj/ | |
obj/ | |
*.svd | |
*.userprefs | |
/*.csproj | |
*.pidb | |
*.suo | |
/*.sln | |
*.user | |
*.unityproj | |
*.booproj | |
============ | |
OS generated | |
============ | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment