-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
127 lines (110 loc) · 2.16 KB
/
Copy path.gitignore
File metadata and controls
127 lines (110 loc) · 2.16 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# macOS
.DS_Store
.Trashes
.fseventsd
.Spotlight-V100
.TemporaryItems
# Backups
backups/
# Sensitive configs (automatically managed by import script)
/raycast/
/.config/raycast/
op/
1password/
keychain/
wallet/
credentials/
ssh/
# SSH and GPG keys
.ssh/
.gnupg/
*.key
*.pem
*.p12
*.pfx
*.crt
*.cer
*.gpg
*.asc
# Exception: lab CA public cert (no private key) — needed by NODE_EXTRA_CA_CERTS,
# safe to track so `chezmoi apply` restores it on a fresh machine.
!dot_claude/lab-ca.pem
*_rsa
*_dsa
*_ecdsa
*_ed25519
id_rsa*
id_dsa*
id_ecdsa*
id_ed25519*
known_hosts*
authorized_keys*
# Environment and secrets
.env*
.secrets
.chezmoidata/private*.toml
*secret*
!docs/secrets.md
*token*
*password*
.config/nushell/autoload/private.nu
dot_config/nushell/autoload/private.nu
dot_config/nushell/autoload/private.nu.tmpl
private.nu
private.nu.tmpl
!dot_config/nushell/autoload/private.nu.tmpl
!dot_config/nushell/autoload/private_private.nu.tmpl
*-slack-board-update.nu
project-update.md
statuses/
work/
private/
# History files
.*_history
.zsh_history
.bash_history
.python_history
history.txt
# Cache and temporary files
.cache/
cache/
*.log
*.tmp
*.temp
*.swp
*.swo
*~
# Node modules (raycast extensions etc.)
node_modules/
# Application plugins (managed separately)
fzf
# don't ignore pull script
!fzf/pull.nu
#ignored ecause the configuration does not work with environment variables.
.config/gh-dash/config.yml
dot_config/gh-dash/config.yml
.config/lnav/
dot_config/lnav/
.config/spotify-player/clientid
dot_config/spotify-player/clientid
# Generated app state
.config/cursor/chats/
dot_config/cursor/chats/
.config/zed/embeddings/
.config/zed/prompts/
dot_config/zed/embeddings/
dot_config/zed/prompts/
.config/zed/.tmp*
dot_config/zed/.tmp*
bin/sketchybar-watcher/sketchybar-watcher
# Stream Deck raw profile snapshots embed plugin OAuth tokens (Slack xoxp) — keep out of git
dot_config/streamdeck/ProfilesV3-snapshot*/
*.streamDeckProfilesBackup
# subagent-driven-development scratch ledger
.superpowers/
# mib2c (net-snmp) stray runrc dropped when mib2c runs in this dir
.mib2c-updaterc
# CocoIndex Code (ccc)
/.cocoindex_code/
# serena per-project cache (may contain work paths)
.serena/