forked from unitystation/unitystation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
21 lines (17 loc) · 728 Bytes
/
.gitattributes
File metadata and controls
21 lines (17 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Collapse Unity-generated files on GitHub
*.asset linguist-generated
*.mat linguist-generated
*.meta linguist-generated
*.prefab linguist-generated
*.unity linguist-generated
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Set the project and solution files to use CRLF line endings.
###############################################################################
*.sln text eol=crlf
*.csproj text eol=crlf
# Use LF for shell scripts
*.sh text eol=lf