forked from APIDevTools/swagger-express-middleware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
40 lines (36 loc) · 848 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
# Specifies how Git should treat certain file types
# https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes
# Convert all line endings to CRLF, so they work with Windows programs
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.txt text
*.html text
*.md text
*.css text
*.scss text
*.min text
*.map text
*.js text
*.json text
*.config text
*.xml text
*.njsproj text
*.java text
*.sql text
*.iml text
*.svg text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.csproj text eol=crlf
*.jsproj text eol=crlf
*.njsproj text eol=crlf
*.vbproj text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.gif binary
*.png binary
*.jpg binary
*.jpeg binary
*.bmp binary
*.dll binary
*.exe binary