forked from OpenSextant/Xponents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
51 lines (42 loc) · 864 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
46
47
48
49
50
51
# See https://help.github.com/articles/dealing-with-line-endings
# Set default behavior, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.java text
*.py text
*.groovy text
*.csv text
*.txt text
*.xml text
*.htm text
*.html text
*.properties text
*.md text
*.kml text
*.pom text
# Windows CRLF line endings on checkout.
*.sln text eol=crlf
*.bat text eol=bat
# Unix LF line endings on checkout.
*.sh text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.gif binary
*.tif binary
*.jpg binary
*.zip binary
*.tar binary
*.tgz binary
*.pdf binary
*.dll binary
*.exe binary
*.dbf binary
*.shp binary
*.rtf binary
*.xls binary
*.xlsx binary
*.doc binary
*.docx binary
*.ppt binary
*.pptx binary