Last active
January 12, 2018 21:03
-
-
Save onixus74/fea8c179fc62ff120fd2b8280cae5517 to your computer and use it in GitHub Desktop.
gitignore
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
*.apk | |
# =============== # | |
# Unity generated # | |
# =============== # | |
Temp/ | |
Library/ | |
# ===================================== # | |
# Visual Studio / MonoDevelop generated # | |
# ===================================== # | |
ExportedObj/ | |
obj/ | |
*.svd | |
*.userprefs | |
/*.csproj | |
*.pidb | |
*.suo | |
/*.sln | |
*.user | |
*.unityproj | |
*.booproj | |
CSharp60Support/compilation.log | |
# ============ # | |
# OS generated # | |
# ============ # | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Unity dev plugins | |
Assets/Fullscreen/ | |
Assets/Fullscreen.meta | |
Build/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment