๐Ÿ“ฆ Maikuolan / L10NDateSignOff

๐Ÿ“„ .gitattributes ยท 27 lines
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# 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

# 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
/.gitignore 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

*.html linguist-language=HTML
*.php linguist-language=PHP
*.yml linguist-language=YAML