Skip to content

Instantly share code, notes, and snippets.

@ninpl
Last active October 22, 2019 15:45
Show Gist options
  • Save ninpl/672260c8674780826121d22fc0b076cf to your computer and use it in GitHub Desktop.
Save ninpl/672260c8674780826121d22fc0b076cf to your computer and use it in GitHub Desktop.
Git ignore para Unity3D 5.5+/2017+/2018+
# ===================================== #
# Carpetas de Unity
# ===================================== #
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/.[Vv][Ss][Cc]ode/
/.[Vv][Ss]/
/Assets/AssetStoreTools*
# ===================================== #
# Actualizacion de paquetes de Unity
# ===================================== #
Logs/
# ===================================== #
# Archivos meta y Crash de Unity
# ===================================== #
*.pidb.meta
sysinfo.txt
# ===================================== #
# Visual Studio / MonoDevelop
# ===================================== #
ExportedObj/
.consulo/
*.svd
*.userprefs
*.csproj
*.pidb
*.suo
*.sln
*.user
*.unityproj
*.booproj
*.lock
*.vs
*.tmp
# ===================================== #
# OS
# ===================================== #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
.AppleDouble
.LSOverride
.bak
.BAK
# ===================================== #
# Instaladores de Windows
# ===================================== #
*.cab
*.msi
*.msm
*.msp
# ===================================== #
# Configurador de carpetas
# ===================================== #
Desktop.ini
# ===================================== #
# Papelera de reciclaje utilizada en archivos compartidos
# ===================================== #
$RECYCLE.BIN/
# ===================================== #
# Personalizados
# ===================================== #
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