mirror of
https://github.com/github/gitignore
synced 2024-12-04 17:35: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/
|
[Ll]ibrary/
|
||||||
[Tt]emp/
|
[Tt]emp/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
|
[Bb]uilds/
|
||||||
|
[Ss]creenshots/
|
||||||
|
|
||||||
# Autogenerated VS/MD solution and project files
|
# Autogenerated VS/MD solution and project files
|
||||||
/*.csproj
|
/*.csproj
|
||||||
@ -11,3 +22,9 @@
|
|||||||
/*.userprefs
|
/*.userprefs
|
||||||
/*.pidb
|
/*.pidb
|
||||||
/*.booproj
|
/*.booproj
|
||||||
|
|
||||||
|
# OS X only:
|
||||||
|
.DS_Store
|
||||||
|
*.swp
|
||||||
|
*.Trashes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user