-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
115 lines (101 loc) · 2.16 KB
/
.gitignore
File metadata and controls
115 lines (101 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
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Mine
node_modules/
*.cache
*.crt
*.last-run
*.lock
*.lockb
*.log
*.merged-ca-bundle
*.orig
*.system-ca-bundle
*.user-ca-bundle
.bash_secrets
.secrets
.ssh/
apps/*-x64/*
apps/*/*-darwin-x64/*
apps/*/build/*
home/.maid/*.log.[0-9]
roles/*
### start of include list...
# track these files, if they exist
!.gitignore
!.editorconfig
.gitconfig-override
.gitconfig.personal
override
# my files
home/.claude/statsig/
home/.config/MusicBrainz/
home/.config/syncthing/
home/.config/autostart/
home/.config/configstore/
home/.config/enchant/
home/.config/gcloud/
home/.config/gh/
home/.config/iterm2/
home/.config/rclone/
home/.config/thefuck/
home/.gitlab.yml
home/.mrconfig
home/.togglrc
home/bin/.docker-slim-state/
home/bin/docker-slim
home/bin/docker-slim-sensor
home/bin/gam
# zed
.tmp*
home/.config/zed/embeddings/
home/.config/zed/prompts/
# Ignore everything in Claude except for *.json files
.claude.json
claude_desktop_config.json
home/Library/Application Support/Claude/*
!home/Library/Application Support/Claude/
!home/Library/Application Support/Claude/claude_desktop_config.json
# Ignore everything in io.datasette.llm except for the templates folder
home/Library/Application Support/io.datasette.llm/*
!home/Library/Application Support/io.datasette.llm/
!home/Library/Application Support/io.datasette.llm/templates/
home/.config/zed/settings.json
# tmux plugins (managed by TPM)
home/.tmux/plugins/
# App-generated state/cache
.homesick/
home/.claude/
home/.codex/
home/.copilot/
home/.idea/
home/.config/BlueSherpa/
home/.config/Modern CSV/
home/.config/chezmoi/
home/.config/flameshot/
home/.config/flipperdevices.com/
home/.config/flutter/
home/.config/gh-search-cli/
home/.config/github-copilot/
home/.config/grammarly-languageserver/
home/.config/raycast/
home/.config/safebrowsing
home/.config/scc-cli.json
home/.config/zed/conversations/
home/.config/zed/settings_backup.json
home/package.json
package.json