Skip to content

Instantly share code, notes, and snippets.

@grigb
Created October 1, 2019 06:05
Show Gist options
  • Save grigb/74e95d014cbd19a15fb60e0c18b3d6a1 to your computer and use it in GitHub Desktop.
Save grigb/74e95d014cbd19a15fb60e0c18b3d6a1 to your computer and use it in GitHub Desktop.
Git Ignore for Unity
# ===========================
# Default Collab Ignore Rules
# ===========================
# OS Generated
# ============
.DS_Store
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
[Tt]humbs.db
[Dd]esktop.ini
# Visual Studio / MonoDevelop generated
# =====================================
[Ee]xported[Oo]bj/
*.userprefs
*.csproj
*.pidb
*.suo
*.sln
*.user
*.unityproj
*.booproj
# Unity generated
# ===============
[Oo]bj/
[Bb]uild
sysinfo.txt
*.stackdump
# Windows
Thumbs.db
Desktop.ini
# macOS
.DS_Store
# Code Editors
/.idea
/.vscode
/*.csproj
/*.sln
*.swp
*.vcxproj.user
# Unity
/Library
/Logs
/Temp
*.out*
/Temp*
*.mpk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment