Created
December 4, 2016 00:02
-
-
Save ArturoNereu/b44495c84c33c7f2881229ec8a56a1f3 to your computer and use it in GitHub Desktop.
Useful gitignorefile for repos with Unity project not located in the root
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
# ========================= | |
# 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