forked from BellevueCollege/ClassSchedule
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
45 lines (43 loc) · 828 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Auto detect text files and normalize to client appropriate line endings
* text=auto
# Normalize text files to have Windows style line endings
*.Config eol=crlf
*.Master eol=crlf
*.XML eol=crlf
*.asax eol=crlf
*.asmx eol=crlf
*.asp eol=crlf
*.aspx eol=crlf
*.cd eol=crlf
*.cmd eol=crlf
*.config eol=crlf
*.cs eol=crlf
*.cshtml eol=crlf
*.csproj eol=crlf
*.css eol=crlf
*.edmx eol=crlf
*.html eol=crlf
*.js eol=crlf
*.nuspec eol=crlf
*.php eol=crlf
*.ps1 eol=crlf
*.pubxml eol=crlf
*.rgproj eol=crlf
*.scpf eol=crlf
*.sdc eol=crlf
*.settings eol=crlf
*.sln eol=crlf
*.sql eol=crlf
*.testsettings eol=crlf
*.transform eol=crlf
*.txt eol=crlf
*.vsmdi eol=crlf
*.xml eol=crlf
# Treat binary files as binary
*.dll binary
*.gif binary
*.jpg binary
*.nupkg binary
*.pdb binary
*.png binary
*.ssc binary