forked from builtbywill/booklet
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.gitattributes
57 lines (50 loc) · 1.74 KB
/
.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
# Handle LF normalization automatically for files detected as text and leave all
# files detected as binary untouched.
* text=auto
*.css text eol=lf whitespace=blank-at-eol,-blank-at-eof
*.html text eol=lf diff=html whitespace=blank-at-eol,-blank-at-eof
*.inc text eol=lf diff=php whitespace=blank-at-eol,-blank-at-eof
*.js text eol=lf whitespace=blank-at-eol,-blank-at-eof
*.json text eol=lf whitespace=blank-at-eol,-blank-at-eof
*.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof
*.md text eol=lf whitespace=blank-at-eol,-blank-at-eof
*.php text eol=lf diff=php whitespace=blank-at-eol,-blank-at-eof
*.script text eol=lf whitespace=blank-at-eol,-blank-at-eof
*.bat text eol=crlf
*.sh text eol=lf
*.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof
*.test text eol=lf diff=php whitespace=blank-at-eol,-blank-at-eof
*.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof
*.yaml text eol=lf whitespace=blank-at-eol,-blank-at-eof
*.avi binary
*.exr binary
*.bmp binary
*.gif binary
*.jpeg binary
*.jpg binary
*.png binary
*.gif binary
*.ico binary
*.swf binary
*.swc binary
*.fla binary
*.gz binary
*.bz2 binary
*.tar.gz binary
*.zip binary
*.jar binary
*.phar binary
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Exclude files from deployment using `git archive`.
node_modules export-ignore