forked from queoGmbH/java-queo-commons-persistence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
53 lines (48 loc) · 1.16 KB
/
.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
46
47
48
49
50
51
52
#Hint: When more than one pattern matches the path, a later line overrides an earlier line. This overriding is done per attribute.
# Set the default behavior for all text files is to use Unix style (lf)
* text=auto eol=lf
# ordered alphabetical
# text files
*.adoc text
*.bat text eol=crlf
*.cmd text eol=crlf
*.css text
*.ftl text
*.java text
*.js text
*.json text
*.jsp text
*.jspx text
*.less text
*.log text
*.html text
*.htmlx text
*.md text
*.MF text
*.properties text
*.scss text
*.sql text
*.xml text
*.yml text
*.yaml text
*.xhtml text
# explicit text files
pom.xml text eol=lf
# binary files
*.doc binary
*.docx binary
*.eot binary
*.ico binary
*.gif binary
*.jar binary
*.jpg binary
*.pdf binary
*.png binary
# Although SVG files are technically based on XML file, the best way for Git to handle SVG files is as binary
*.svg binary
*.ttf binary
*.woff binary
*.woff2 binary
*.xls binary
*.xlsx binary
*.zip binary