-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
44 lines (35 loc) · 1.15 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
35
36
37
38
39
40
41
42
43
44
# Source Code for maxchernoff.ca
# https://github.com/gucci-on-fleek/maxchernoff.ca
# SPDX-License-Identifier: MPL-2.0+ OR CC-BY-SA-4.0+
# SPDX-FileCopyrightText: 2024 Max Chernoff
# Show (almost) all files in the repository language summary
* linguist-detectable
*.md -linguist-detectable
# systemd unit files
*.conf linguist-language=desktop
*.container linguist-language=desktop
*.network linguist-language=desktop
*.path linguist-language=desktop
*.pod linguist-language=desktop
*.service linguist-language=desktop
*.socket linguist-language=desktop
*.target linguist-language=desktop
*.timer linguist-language=desktop
*.volume linguist-language=desktop
# Knot
knot.conf linguist-language=yaml
# Maddy
maddy.conf linguist-language=caddyfile
# dnscontrol
**/dnscontrol/*.json linguist-language=jsonc
# unit-status.conf
unit-status.conf linguist-language=gitattributes
# tmux
.tmux.conf linguist-language=shell
# fish
*.theme linguist-language=fish
# /etc/
**/sysconfig/* linguist-language=shell
**/sshd_config.d/* linguist-language=ssh-config
**/snapper/configs/* linguist-language=shell
**/pam.d/* linguist-language=gitattributes