-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (18 loc) · 732 Bytes
/
.gitattributes
File metadata and controls
26 lines (18 loc) · 732 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
# Refer to:
# https://help.github.com/articles/dealing-with-line-endings/
* text eol=lf
# Refer to:
# https://github.com/github/linguist
*.md linguist-documentation
*.txt linguist-documentation
.github/* -linguist-detectable
# Stuff not needed for dist installs. Refer to:
# https://git-scm.com/docs/gitattributes#_creating_an_archive
# https://getcomposer.org/doc/06-config.md#preferred-install
/.github export-ignore
/.gitattributes export-ignore
# Going to be a bit more explicit about languages in order to ensure that files
# are detected and identified *correctly*. Refer to:
# https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml
*.php linguist-language=PHP
*.yml linguist-language=YAML