mirror of
https://github.com/github/gitignore
synced 2024-12-05 01:45:42 +01:00
958f31e8b9
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.
31 lines
407 B
Plaintext
31 lines
407 B
Plaintext
##################
|
|
# 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
|
|
/*.unityproj
|
|
/*.sln
|
|
/*.suo
|
|
/*.user
|
|
/*.userprefs
|
|
/*.pidb
|
|
/*.booproj
|
|
|
|
# OS X only:
|
|
.DS_Store
|
|
*.swp
|
|
*.Trashes
|
|
|