-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (60 loc) · 1.16 KB
/
Copy path.gitignore
File metadata and controls
74 lines (60 loc) · 1.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
# Claude/AI related
ai/.claude/statsig/
ai/.claude/.credentials.json
ai/.claude/shell-snapshots/
ai/.claude/todos/
ai/.config/opencode/agent/*.json
# Environment and secrets
.env
.env.local
.env.*.local
*.env
# Session and cache files
*.session_id.*
*.last_modified_time.*
*.cached.*
*.stable_id.*
# Editor temporary files
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Neovim
editor/.config/nvim/lazy-lock.json
# Fish shell variables
shell/.config/fish/fish_variables
# System specific
system/.config/goxlr-utility/settings.json
system/.config/lact/ui.yaml
# Terminal plugins
terminal/.config/tmux/plugins/
# Zellij plugins
terminal/.config/zellij/plugins/
# Theme generated files
theme/.config/gtk-3.0/gtk.css
theme/.config/gtk-4.0/gtk.css
theme/.config/qt5ct/qt5ct.conf
theme/.config/qt6ct/qt6ct.conf
# WM specific runtime files
wm/.config/fuzzel/fuzzel.ini
wm/.config/hypr/hyprland/*.conf.bak
# Tool specific
tools/.config/btop/btop.conf
tools/.config/lazygit/state.yml
tools/.config/ranger/__pycache__/
tools/.config/ranger/plugins/__pycache__/
# Backup files
*.bak
*.backup
*.old
# Log files
*.log
# Temporary files
tmp/
temp/
.tmp/
node_modules
fish_variables
work/
history.txt