-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
50 lines (47 loc) · 1.08 KB
/
.gitattributes
File metadata and controls
50 lines (47 loc) · 1.08 KB
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
# Set default behaviour, 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
*.groovy text
*.xml text
*.html text
*.xhtml text
*.css text
*.jsp text
*.gsp text
*.xquery text
*.xq text
*.xqm text
*.xsl text
*.xsd text
*.txt text
*.ddl text
*.properties text
*.sql text
*.dtd text
# Declare files that will always have CRLF line endings on checkout.
# plugins/further-release/further-release-manager/src/test/resources/projects/rewrite-for-release/cdata-section/expected-pom.xml text eol=crlf
# plugins/further-release/further-release-manager/src/test/resources/projects/rewrite-for-release/cdata-section/pom.xml text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.JPG binary
*.jpg binary
*.jpeg binary
*.jar binary
*.bz2 binary
*.zip binary
*.pdf binary
*.gz binary
*.ico binary
*.ppt binary
*.doc binary
*.pptx binary
*.docx binary
*.xls binary
*.xlsx binary
*.war binary
*.ear binary
*.class binary
*.dll binary
*.gif binary