.gitignore (237B) [raw]
1 # mblaze stores things like the current sequence in this dir 2 .mblaze/* 3 !.mblaze/mless.in 4 !.mblaze/filter 5 !.mblaze/headers 6 !.mblaze/profile 7 8 # Local nvim config 9 .config/nvim/local.lua 10 11 # Local nvim plugins 12 .config/nvim/pack/plugins-local