-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitattributes
More file actions
60 lines (51 loc) · 2.17 KB
/
.gitattributes
File metadata and controls
60 lines (51 loc) · 2.17 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
# Normalize line endings at the VCS layer (editors are handled by .editorconfig).
* text=auto eol=lf
# Encrypted artifacts must never be treated as text/diffable files.
*.age binary
# Shell
*.sh linguist-language=Shell
*.sh.tmpl linguist-language=Shell
dot_zshrc linguist-language=Shell
dot_zshenv.tmpl linguist-language=Shell
dot_zprofile.tmpl linguist-language=Shell
dot_local/bin/executable_*.tmpl linguist-language=Shell
dot_local/bin/lib/*.tmpl linguist-language=Shell
dot_local/bin/lib/**/*.tmpl linguist-language=Shell
private_dot_config/tmux/tmux.conf.tmpl linguist-language=Shell
# Nix
*.nix linguist-language=Nix
*.nix.tmpl linguist-language=Nix
# TOML (data type, need detectable to show in stats)
*.toml linguist-language=TOML linguist-detectable=true
*.toml.tmpl linguist-language=TOML linguist-detectable=true
# YAML (data type, need detectable to show in stats)
*.yml linguist-language=YAML linguist-detectable=true
*.yml.tmpl linguist-language=YAML linguist-detectable=true
*.yaml linguist-language=YAML linguist-detectable=true
# JSON (data type, need detectable to show in stats)
*.json linguist-language=JSON linguist-detectable=true
*.json.tmpl linguist-language=JSON linguist-detectable=true
# Lua
*.lua linguist-language=Lua
*.lua.tmpl linguist-language=Lua
# Other
Justfile.tmpl linguist-language=Makefile
private_dot_config/just/dot_justfile.tmpl linguist-language=Makefile
**/config.tmpl linguist-language=INI
*.ini.tmpl linguist-language=INI
private_dot_config/nix/nix.conf linguist-language=INI
dot_gitconfig.tmpl linguist-language=INI
private_dot_config/bat/config linguist-language=Shell
private_dot_config/ghostty/config linguist-language=INI
private_dot_config/git/ignore linguist-language=Git-Ignore
private_dot_config/git/message linguist-documentation
# Exclude from stats
*.md linguist-documentation
*.md.tmpl linguist-documentation
*.lock linguist-generated
dot_claude/commands/symlink_core.tmpl linguist-generated
dot_claude/symlink_skills.tmpl linguist-generated
dot_codex/symlink_skills.tmpl linguist-generated
private_dot_config/nvim/lazy-lock.json linguist-generated
nix-config/flake.lock.tmpl linguist-generated
private_dot_config/hammerspoon/Spoons/** linguist-vendored