-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (39 loc) · 1006 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (39 loc) · 1006 Bytes
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
**/*~
coc/.config/coc/extensions/node_modules
.DS_Store
textadept/.textadept/*
!textadept/.textadept/init.lua
!textadept/.textadept/themes
drawterm
# emacs stuff
emacs/.emacs.d/straight/
emacs/.emacs.d/auto-save-list/
emacs/.emacs.d/eln-cache
emacs/.emacs.d/#init.el#
emacs/.emacs.d/transient/
# stuff in my bin i dont want to commit
bin/bin/clojure-lsp
bin/bin/lein
bin/bin/Discord
bin/bin/guile
bin/bin/guild
# only save gpg configuration (not keys !!!!!)
gnupg/.gnupg/*
!gnupg/.gnupg/gpg.conf
!gnupg/.gnupg/gpg-agent.conf
# dont save msmtp log
msmtp/.config/msmtp/log
# dont save rocks from luarocks
luarocks/.luarocks/*
!luarocks/.luarocks/config-5.4.lua
!luarocks/.luarocks/config-5.5.lua
# only save claude code settings, user commands, and user memory
claude/.claude/*
!claude/.claude/commands/
!claude/.claude/CLAUDE.md
!claude/.claude/memory/
!claude/.claude/settings.json
zed/.config/zed/themes/
# opencode config
opencode/.config/opencode/*
!opencode/.config/opencode/opencode.json