-
-
Save rivax95/4c8d4d9649b3a632e2a3e4701eade712 to your computer and use it in GitHub Desktop.
Git ignore para Unity3D 5.5+
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
# ===================================== # | |
# Carpetas de Unity | |
# ===================================== # | |
Temp | |
Library | |
Obj | |
obj | |
# ===================================== # | |
# Visual Studio / MonoDevelop | |
# ===================================== # | |
ExportedObj/ | |
*.svd | |
*.userprefs | |
*.csproj | |
*.pidb | |
*.suo | |
*.sln | |
*.user | |
*.unityproj | |
*.booproj | |
# ===================================== # | |
# OS | |
# ===================================== # | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
Icon? | |
ehthumbs.db | |
Thumbs.db | |
.AppleDouble | |
.LSOverride | |
# Instaladores de Windows | |
*.cab | |
*.msi | |
*.msm | |
*.msp | |
# Configurador de carpetas | |
Desktop.ini | |
# Papelera de reciclaje utilizada en archivos compartidos | |
$RECYCLE.BIN/ | |
# ===================================== # | |
# Personalizados | |
# ===================================== # | |
# Relacionado con el Proyecto | |
Assets/_Content/GUI | |
# COPYRIGHTED / ASSET STORE | |
{Carpeta proyecto}/Assets/ThirdParty/* | |
{Carpeta proyecto}/Assets/ThirdParty.meta | |
# GITEYE | |
*.project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment