forked from karutaproject/karuta-backend_legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
32 lines (31 loc) · 914 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
# Set line endings for known text files
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf
# Declare files that will always have LF line endings on checkout.
*.css text eol=lf
*.dtd text eol=lf
*.gradle text eol=lf
*.groovy text eol=lf
*.html text eol=lf
*.java text eol=lf
*.js text eol=lf
*.json text eol=lf
*.less text eol=lf
*.md text eol=lf
*.MF text eol=lf
*.Module text eol=lf
*.pl text eol=lf
*.pom text eol=lf
*.properties text eol=lf
*.sh text eol=lf
*.svg text eol=lf
*.tld text eol=lf
*.txt text eol=lf
*.wsdl text eol=lf
*.xjb text eol=lf
*.xml text eol=lf
*.xsd text eol=lf
*.xsl text eol=lf
*.yml text eol=lf