-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitattributes
34 lines (28 loc) · 1.08 KB
/
.gitattributes
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
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
#
# SPDX-License-Identifier: CC0-1.0
# Line normalisation, GitHub 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 linguist-vendored
css/** text=auto -linguist-detectable linguist-vendored
_data/** text=auto -linguist-detectable linguist-vendored
_includes/** text=auto -linguist-detectable linguist-vendored
_layouts/** text=auto -linguist-detectable linguist-vendored
_sass/** text=auto -linguist-detectable linguist-vendored
# automagic
package.json text -linguist-detectable linguist-vendored
pnpm-lock.yaml -linguist-detectable linguist-vendored
# Unnecessary for statistics
Gemfile text linguist-vendored
Gemfile.lock text linguist-generated
# Signature files misdetected as "Standard ML"
*.sig text -linguist-detectable
# LFS
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text