-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
62 lines (48 loc) · 1.53 KB
/
.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
59
60
61
62
home/.vim/view/*
# !vim/view/~=+dotfiles=+vimrc=
home/.config/ranger/plugins/__init__.*
home/.config/ranger/plugins/__pycache__
home/.config/coc/*
!home/.config/coc/extensions
home/.config/coc/extensions/*
!home/.config/coc/extensions/package.json
home/.local/share/nvim/view/
home/.local/share/nvim/undo/
home/.local/share/nvim/shada/
home/.local/share/nvim/workspaces
home/.local/share/nvim/project_nvim/
home/.local/share/nvim/mason/
# these get generated when running neovim with HOME=./home
home/.local/state/
home/.cache
home/.npm/
home/.gnupg/*
!home/.gnupg/gpg.conf
!home/.gnupg/gpg-agent.conf
!home/.gnupg/scdaemon.conf
home/.anthy/*
!home/.anthy/private_words_default
home/.sbt/*
!home/.sbt/1.0
home/.sbt/1.0/*
!home/.sbt/1.0/global.sbt
home/.local/share/nvim/telescope_history
# this thing is generated somehow
home/.config/gtk-3.0/bookmarks
home/.config/qutebrowser/quickmarks
home/.config/qutebrowser/qsettings
home/.local/share/qutebrowser/
!home/.local/share/qutebrowser/greasemonkey
home/.local/share/fonts/NerdFontsSymbolsOnly-3.2.1.tar.xz
home/.local/share/fonts/NerdFontsSymbolsOnly/
home/.local/share/fonts/SuperTTC-Iosevka-32.0.1.zip
home/.local/share/fonts/Iosevka.ttc
# this is some weird fc-cache behavior?
# https://stackoverflow.com/questions/62309818/autogenerating-uuid-files-in-linux-directory
home/.local/share/fonts/**/.uuid
home/.config/fcitx5/conf/*
!home/.config/fcitx5/conf/xcb.conf
home/.config/fcitx5/crash.log
# this is useful if there are local files that are temporarily conflicting, ignore them
.stowrc
.luarc.json