-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
47 lines (40 loc) · 1.61 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
45
46
47
# Defining attributes per path.
#
# For more see: https://git-scm.com/docs/gitattributes
# Auto-detect text files, ensure they use LF.
* text=auto eol=lf
#
# Setting up Linguist
#
.config/wofi/config linguist-language=INI linguist-detectable=true
.config/waybar/config linguist-language=JSONC linguist-detectable=true
.config/git/config linguist-language=gitconfig linguist-detectable=true
.config/git/ignore linguist-language=gitignore linguist-detectable=true
.gnupg/*.conf linguist-language=INI linguist-detectable=true
.config/sway/conf.d/* linguist-language=INI linguist-detectable=true
.config/sway/config linguist-language=INI linguist-detectable=true
bin/git-count linguist-language=Shell linguist-detectable=true
bin/nvm-init linguist-language=Shell linguist-detectable=true
bin/orgheadingstats linguist-language=Shell linguist-detectable=true
bin/pyenv-init linguist-language=Shell linguist-detectable=true
bin/rbenv-init linguist-language=Shell linguist-detectable=true
bin/sway linguist-language=Shell linguist-detectable=true
bin/wofi-csv linguist-language=Shell linguist-detectable=true
#
# Text files.
# Set files to be explicitly interpreted as text,
# plus any specific settings
#
.config/git/* text eol=lf
.gnupg/*.conf text eol=lf
.gnupg/sshcontrol text eol=lf
LICENSE text eol=lf
README.org text eol=lf
#
# Exclude files from exporting
# (used by the "download ZIP archive" option, for example).
#
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
/.github export-ignore