Skip to content

Instantly share code, notes, and snippets.

@ArturoNereu
Created December 4, 2016 00:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArturoNereu/b44495c84c33c7f2881229ec8a56a1f3 to your computer and use it in GitHub Desktop.
Save ArturoNereu/b44495c84c33c7f2881229ec8a56a1f3 to your computer and use it in GitHub Desktop.
Useful gitignorefile for repos with Unity project not located in the root
# =========================
# Project Specific Ignores
# =========================
# =========================
# General Unity Files
# =========================
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
*.sln
*.suo
*.user
*.userprefs
*.pidb
*.booproj
.vs/
#Unity3D Generated File On Crash Reports
sysinfo.txt
# =========================
# Operating System Files
# =========================
# OSX
# =========================
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Windows
# =========================
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment