2023-05-21 15:19:34 +02:00
|
|
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
2023-02-17 13:03:07 +01:00
|
|
|
# Line normalisation, GitHub language detection
|
2023-03-23 15:39:11 +01:00
|
|
|
* text=auto eol=lf linguist-detectable
|
2023-02-17 13:03:07 +01:00
|
|
|
|
2023-10-15 19:28:48 +02:00
|
|
|
# Built-in diff patterns (disabled by default).
|
2024-06-08 08:08:36 +02:00
|
|
|
*.css diff=css
|
|
|
|
*.html diff=html
|
|
|
|
*.php diff=php
|
2023-10-15 19:28:48 +02:00
|
|
|
*.{md,markdown} diff=markdown
|
2023-10-15 14:02:12 +02:00
|
|
|
|
2023-02-17 13:14:27 +01:00
|
|
|
# These don't feel like mine
|
2024-05-20 17:31:15 +02:00
|
|
|
.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
|
2023-02-16 10:00:00 +01:00
|
|
|
|
2023-02-17 13:14:27 +01:00
|
|
|
# Unnecessary for statistics
|
|
|
|
Gemfile text linguist-vendored
|
|
|
|
Gemfile.lock text linguist-generated
|
|
|
|
|
|
|
|
# Signature files misdetected as "Standard ML"
|
|
|
|
*.sig text -linguist-detectable
|
|
|
|
|
2023-02-16 09:55:51 +01:00
|
|
|
# LFS
|
2018-09-17 15:35:57 +02:00
|
|
|
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
*.jpg filter=lfs diff=lfs merge=lfs -text
|