forked from Runalyze/Runalyze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
58 lines (51 loc) · 866 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
52
53
54
55
56
57
58
# Handle exports
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
tests export-ignore
# Handle line endings automatically for files detected as text
* text=auto
# These files are text and should be normalized (Convert crlf => lf)
*.php text
*.css text
*.less text
*.scss text
*.js text
*.txt text
*.html text
*.sql text
*.pl text
*.pm text
*.yml text
*.md text
.htaccess text
.gitattributes text
.gitignore text
.editorconfig text
*.json text
*.csv text
*.gpx text
*.hrm text
*.kml text
*.pwx text
*.slf text
*.sml text
*.fitlog text
*.logbook text
*.logbook3 text
*.tcx text
*.xml text
# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.eot binary
*.ttf binary
*.woff binary
*.otf binary
*.fit binary
*.gz binary