-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (85 loc) · 1.41 KB
/
Copy path.gitignore
File metadata and controls
95 lines (85 loc) · 1.41 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# all ignore #
/*
/.**
## config
!/.config/
!/.config/**
### Secrets
/.config/gh/**
!/.config/gh/config.yml
!/.config/pet/snippet.toml
### uv
/.config/uv/**
### neovim
/.config/nvim/plugin/**
/.config/nvim/lazy-lock.json
!/.nvim/
!/.nvim/**
!/.editorconfig
### VSCode
/.config/Code/**
!/.config/Code/User/*.json
## lua
!/.stylua.toml
!/neovim.yml
!/selene.toml
## doc
!/.vale.ini
/.nvim/vale/styles/**
!/.nvim/vale/styles/config/
!/.nvim/vale/styles/config/**
!/.cspell.json
## AI
!/CLAUDE.md
!/.claude/
!/.claude/settings.json
/.config/claude/**
!/.config/claude/settings.json
!/.config/claude/CLAUDE.md
!/.config/claude/rules/
!/.config/claude/rules/**
!/codex.md
!/.codex/
/.codex/**
!/.codex/config.toml
!/.codex/rules/
!/.codex/rules/**
/.config/codex/**
!/.config/codex/scripts/
!/.config/codex/rules/
!/.config/codex/rules/**
!/.config/codex/AGENTS.md
#!/.config/codex/config.toml
!/GEMINI.md
!/.gemini/
!/.gemini/**
!/AGENTS.md
!/.devcontainer/
!/.devcontainer/**
## generated state
/.config/go/telemetry/**
/.config/nnn/.lastd
/.config/nnn/plugins-*.tar.gz
/.config/yazi/flavors/
/.config/yazi/plugins/rich-preview.yazi/
/.config/yazi/yazi/
## taskfile
!/Taskfile.dist.yml
## scripts
!/scripts/
!/scripts/**
# global #
__pycache__
!/README.md
!/CHEATSHEET.md
!/LICENSE
!/install.sh
!/.linktargets
!/install_scripts/
!/install_scripts/**
!.linkignore
!.gitignore
!.gitkeep
!/.bashrc
!/client_settings/
!/client_settings/**