-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
44 lines (42 loc) · 880 Bytes
/
Copy path.gitattributes
File metadata and controls
44 lines (42 loc) · 880 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
# .gitattributes
* text eol=lf
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.wasm binary
*.zip binary
*.tar.gz binary
*.tar.bz2 binary
*.tar.xz binary
*.tgz binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
*.otf binary
*.pdf binary
*.docx binary
*.xlsx binary
*.pptx binary
*.doc binary
*.xls binary
*.ppt binary
*.svg text eol=lf
# exclude these file patterns from the language stats
*.map linguist-vendored
*.min.* linguist-vendored
*.wasm linguist-vendored
*_bg.* linguist-vendored
# exclude these folder patterns from the language stats
**/build/* linguist-vendored
**/dist/* linguist-vendored
**/docs/* linguist-vendored
**/fixtures/* linguist-vendored
**/lib/* linguist-vendored
**/node_modules/* linguist-vendored
**/out/* linguist-vendored
**/templates/* linguist-vendored
**/testdata/* linguist-vendored
**/vendor/* linguist-vendored