-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
58 lines (46 loc) · 879 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
50
51
52
53
54
55
56
57
58
# Mutt
mutt/.mutt/secret.yaml
mutt/.mutt/temp/
mutt/.mutt/cache/
# Python
*.pyc
# Tmux
tmux/.tmux/plugins/
tmux/.tmuxp/*.yml
# Neovim
.netrwhist
/neovim/.config/nvim/spell/
/neovim/.config/nvim/autoload/
/neovim/.config/nvim/plugins/
# Vim
/vim/.vim/.netrwhist
/vim/.vim/backups/
/vim/.vim/bundle/
/vim/.vim/session.vim
/vim/.vim/spell/
/vim/.vim/swap/
/vim/.vim/autoload/
/vim/.vim/plugins/
# GTK
gtk/.config/gtk-3.0/bookmarks
# GoldenDict
goldendict/.goldendict/index/
goldendict/.goldendict/history
# GnuPG
gnupg/.gnupg/
# Sage
sage/.sage/cache
sage/.sage/R
sage/.sage/ipython*
# Systemd
systemd/.config/systemd/user/default.target.wants/
systemd/.config/systemd/user/sockets.target.wants/
# Brewfile
Brewfile.lock.json
# macOS
.DS_Store
# Fish
fish/.config/fish/completions/
fish/.config/fish/fish_variables
fish/.config/fish/functions/
fish/.config/fish/conf.d/