-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
111 lines (92 loc) · 1.85 KB
/
Copy path.gitignore
File metadata and controls
111 lines (92 loc) · 1.85 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
# System files
.DS_Store
Thumbs.db
*~
*.swp
.AppleDouble
.LSOverride
._* # Thumbnails
.Spotlight-V100 # Files that might appear on external disk
.Trashes
node_modules/
__pycache__/
*.pyc
# Editor/IDE specific
.vimrc.local
.vim/coc-settings.json
tscommand*.txt
nvim/lua/config/env.lua
*.session
packer_compiled.vim
packer_compiled.lua
config/nvim/sessions
# Application configs
home/.config/tmux/plugins/*
home/tmux/plugins/
home/.config/raycast/*
!home/.config/raycast/scripts/
home/.config/gh/
home/.config/op/*
home/.config/fish/*
home/.config/dev/*
home/.config/github-copilot/*
home/.config/lazygit/*/*.patch
home/.config/spicetify/*
home/.config/tmuxinator/*
home/.config/searxng
home/.config/karabiner/automatic_backups/
# Doom Emacs
/config/doom/*.html
# Logs and temporary files
*.log
logs/
foo.*
result
tt.*
history.txt
npm-debug.log
# Secrets and sensitive data
secrets.fish
config/environment.d/secrets.conf
state.yml
# SSH: only the client config is tracked; never track actual keys
home/.ssh/*
!home/.ssh/config
home/.gitconfig-work
# Other
fzf
fish_variables
.tool-versions
# Backup files
*.bak
*.backup
*.old
# Local configuration
.env
.env.local
home/zsh/zsh.d/99-local.zsh
# Pi: track config/resources; ignore runtime/cache/secrets
/home/.pi/agent/auth.json
/home/.pi/agent/trust.json
/home/.pi/agent/sessions/
/home/.pi/agent/npm/
/home/.pi/agent/git/
# Machine-local configs
home/.config/ghostty/local-config/config
home/.config/kitty/*.icns
# Binary files (should not be in dotfiles)
*.icns
*.exe
*.spa
*.woff
*.woff2
# Claude Code: ignore runtime/cache files by default; track hand-authored config only
home/.claude/*
!home/.claude/.mcp.json
!home/.claude/CLAUDE.md
!home/.claude/hooks/
!home/.claude/hooks/**
home/.claude/hooks/__pycache__/
!home/.claude/output-styles/
!home/.claude/output-styles/**
home/.config/herdr/session.json