forked from vivo-project/Vitro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
53 lines (40 loc) · 704 Bytes
/
.gitattributes
File metadata and controls
53 lines (40 loc) · 704 Bytes
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
53
# 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.
*.conf text
*.config text
*.java text
*.ftl text
*.htm text
*.html text
*.css text
*.js text
*.json text
*.jsp text
*.rdf text
*.n3 text
*.owl text
*.md text
*.MF text
*.properties text
*.template text
*.rb text
*.sh text
*.smd text
*.sql text
*.svg tex
*.tld text
*.txt text
*.xml text
*.xsl text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jar binary
*.fla binary
*.gif binary
*.ico binary
*.jar binary
*.swf binary
*.war binary