Init commit

This commit is contained in:
raccoon
2023-10-30 12:16:53 +05:00
commit e8504c1e01
4 changed files with 137 additions and 0 deletions

25
.gitattributes vendored Normal file
View File

@@ -0,0 +1,25 @@
# * text=auto
# Unity
*.anim text eol=lf
*.asmdef text eol=lf
*.asset text eol=lf
*.controller text eol=lf
*.json text eol=lf
*.mat text eol=lf
*.meta text eol=lf
*.mixer text eol=lf
*.overrideController text eol=lf
*.prefab text eol=lf
*.preset text eol=lf
*.renderTexture text eol=lf
*.spriteatlas text eol=lf
*.txt text eol=lf
*.unity text eol=lf
*.xml text eol=lf
# .NET
*.cs text eol=crlf
*.csproj text eol=crlf
*.shader text eol=crlf
*.sln text eol=crlf