1
0
mirror of https://github.com/github/gitignore synced 2024-12-05 01:45:42 +01:00
gitignore/Unity.gitignore
Nick Mudry 958f31e8b9 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.
2014-06-12 16:41:49 -04:00

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