Skip to content

Instantly share code, notes, and snippets.

@cloudRoutine
Created August 3, 2015 08:16
Show Gist options
  • Select an option

  • Save cloudRoutine/7e79aac354a75f3cfd9a to your computer and use it in GitHub Desktop.

Select an option

Save cloudRoutine/7e79aac354a75f3cfd9a to your computer and use it in GitHub Desktop.
Unity3d gitignore
#=====================
# Unity Project Files
#=====================
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
*.userprefs
*.pidb
*.booproj
# Unity3D generated meta files
*.pidb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
#=======
# Paket
#=======
/[Pp]ackages
.paket/paket.exe
.paket/*.exe.config
paket-files
#================
# Visual Studio
#================
# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
# User-specific files
*.suo
*.user
*.sln.docstates
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# =========================
# File System Detritus
# =========================
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac desktop service store files
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment