mirror of
https://github.com/github/gitignore
synced 2024-12-04 01:15:43 +01:00
Update Unity.gitignore
Added OSX only files to the .gitignore, which is helpful for those developing on a Mac/OSX machine. Additionally, a nice warning that you should convert to metafiles (not many new developers will know this) and is a helpful reminder.
This commit is contained in:
parent
8979b22eda
commit
958f31e8b9
@ -1,6 +1,17 @@
|
||||
##################
|
||||
# Unity ignores:
|
||||
#
|
||||
# !!! WARNING !!!
|
||||
#
|
||||
# … you MUST convert Unity to using Metafiles *before* you start using this
|
||||
# .gitignore file, or you WILL lose data!
|
||||
#
|
||||
|
||||
[Ll]ibrary/
|
||||
[Tt]emp/
|
||||
[Oo]bj/
|
||||
[Bb]uilds/
|
||||
[Ss]creenshots/
|
||||
|
||||
# Autogenerated VS/MD solution and project files
|
||||
/*.csproj
|
||||
@ -11,3 +22,9 @@
|
||||
/*.userprefs
|
||||
/*.pidb
|
||||
/*.booproj
|
||||
|
||||
# OS X only:
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.Trashes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user