-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
37 lines (34 loc) · 933 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
# Enables and controls end-of-line normalization.
* text=auto eol=lf
# Documentation files and vendored files are excluded from language statistics.
vendor/* linguist-vendored
docs/* linguist-documentation
node_modules/* linguist-vendored
# We do not want any end-of-line conversions applied to, nor textual diffs produced for, any binary file we track.
*.pdf binary
*.mo binary
*.gif binary
*.ico binary
*.jpg binary
*.png binary
*.phar binary
*.zip binary
*.gz binary
*.otf binary
*.eot binary
*.svg binary
*.ttf binary
*.woff binary
*.woff2 binary
# Files and directories with the attribute export-ignore won’t be added to archive files.
.github export-ignore
linters export-ignore
node_modules export-ignore
test export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.hintrc export-ignore
CODE_OF_CONDUCT.md export-ignore
CONTRIBUTING.md export-ignore
package-lock.json export-ignore
package.json export-ignore