-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
36 lines (33 loc) · 909 Bytes
/
.gitattributes
File metadata and controls
36 lines (33 loc) · 909 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
# Enables and controls end-of-line normalization.
* text=auto eol=lf
# Documantation files and vendored files are excluded from language statistics.
/.github/* linguist-vendored
/doc[s]/* linguist-documentation
/var/* linguist-vendored
/vendor/* 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
/tests/ export-ignore
/var/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
mkdocs.yml export-ignore
phpunit.xml export-ignore