-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
49 lines (37 loc) · 794 Bytes
/
.gitignore
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
# encryption
master.key
# fish
fish/.config/fish/fish_variables
fish/.config/fish/local/*
fish/.config/fish/completions/*
!fish/.config/fish/completions/ts.fish
# hammerspoon
hammerspoon/.hammerspoon/overrides*
# lazygit
lazygit/.config/lazygit/state.yml
# mpv
mpv/.config/mpv/watch_later/*
# muxi
muxi/.config/muxi/sessions.toml
# numbat
numbat/Library/Application Support/numbat/history
# nvim
.repro/
nvim/.config/nvim/lua/local*
# pgcli
pgcli/.config/pgcli/history
pgcli/.config/pgcli/log
# ruby
irb/.config/irb/irb_history
# tmux
tmux/.config/tmux/local.tmux
tmux/.config/tmux/plugins
tmux/.config/tmux/resurrect
# wezterm
wezterm/.config/wezterm/locals.lua
# zsh
*.zwc
zsh/.config/zsh/.zcompdump*
zsh/.config/zsh/.zsh_history
zsh/.config/zsh/local/*
zsh/.config/zsh/plugins/*