forked from PlanoramaEvents/planorama
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
41 lines (39 loc) · 767 Bytes
/
.gitattributes
File metadata and controls
41 lines (39 loc) · 767 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
#
# * text=auto
* text eol=lf
#
*.axlsx text eol=lf
*.css text eol=lf
*.builder text eol=lf
*.erb text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.inc text eol=lf
*.ini text eol=lf
*.jbuilder text eol=lf
*.js text eol=lf
*.json text eol=lf
*.lock text eol=lf
*.md text eol=lf
*.prawn text eol=lf
*.py text eol=lf
*.rb text eol=lf
*.scss text eol=lf
*.sh text eol=lf
*.sql text eol=lf
*.yml text eol=lf
*.xml text eol=lf
Gemfile text eol=lf
Rakefile text eol=lf
# Ensure those won't be messed up with
*.jpg binary
*.jpeg binary
*.png binary
*.tiff binary
*.ico binary
*.data binary
*.gz binary
*.gzip binary
*.ttf binary
*.woff binary
*.woff2 binary