-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (22 loc) · 757 Bytes
/
Copy path.gitattributes
File metadata and controls
26 lines (22 loc) · 757 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
# Linux line endings, force GH language detection
* text=auto eol=lf linguist-detectable
# Built-in diff patterns (disabled by default).
*.css diff=css
*.html diff=html
*.php diff=php
*.{md,markdown} diff=markdown
# These don't feel like mine
.github/** text=auto -linguist-detectable
css/** text=auto -linguist-detectable
_data/** text=auto -linguist-detectable
_includes/** text=auto -linguist-detectable
_layouts/** text=auto -linguist-detectable
_sass/** text=auto -linguist-detectable
# Unnecessary for statistics
Gemfile text linguist-vendored
package.json text linguist-vendored
Gemfile.lock text linguist-generated
pnpm-lock.yaml text linguist-generated
# LFS
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text