-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (26 loc) · 824 Bytes
/
.gitattributes
File metadata and controls
32 lines (26 loc) · 824 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
# CIDRAM .gitattributes file.
# CIDRAM repository can be found here:
# https://github.com/CIDRAM/CIDRAM/
# Refer to:
# https://help.github.com/articles/dealing-with-line-endings/
* text eol=lf
*.gif binary
*.ico binary
*.jpg binary
*.png binary
*.zip binary
# Refer to:
# https://github.com/github/linguist
*.md linguist-documentation
*.txt linguist-documentation
# 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
*.css linguist-language=CSS
*.dat linguist-language=YAML
*.html linguist-language=HTML
*.js linguist-language=JavaScript
*.php linguist-language=PHP
*.svg linguist-language=SVG
*.yaml linguist-language=YAML
*.yml linguist-language=YAML