Browse Source

Adds several annoying files to Unity3D ignore file, like platform cache files (Mac + Windows), the famous Unity3D pidb.meta

pull/1319/head
Matthias Viranyi 9 years ago
parent
commit
8b00fa88a8
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      Unity.gitignore

+ 10
- 0
Unity.gitignore View File

@@ -13,5 +13,15 @@
*.pidb
*.booproj

# Unity3D generated meta files
*.pidb.meta

# Unity3D Generated File On Crash Reports
sysinfo.txt

# General operating system files
*.DS_STORE
*.db

# Some additional ones
*.tmp

Loading…
Cancel
Save