.gitignore (209B)
1 * 2 !.** 3 !.**/** 4 5 .dotfiles 6 .ssh 7 .mozilla 8 9 .xdg/cache/* 10 .xdg/config/vim/bundle/* 11 .xdg/config/wget-hsts/* 12 .xdg/data/* 13 .xdg/state/* 14 15 !bin 16 !bin/* 17 bin/.*.swp 18 19 !.xdg/data/bash-completion 20 !.xdg/data/bash-completion/*