[Unity3D] .hgignore & .gitignore + .gitattributes

Git configuration files

*.DS_Store
Library/
Output/
Temp/
*.sln
*.suo
*.userprefs
obj/
*.keystore
*.csproj
*.pidb
*.csproj.user
*.unityproj
*.booproj

.gitattributes

Adapt the line endings for files here.

*.txt	eol=crlf

Mercurial

.hgignore

syntax: glob
Library
obj
Output
Temp
*.pidb
*.sln
*.suo
*.userprefs
*.csproj
*.unityproj
*.orig
*.DS_Store
*.booproj