95e761e59b
Nest the blog work within the website directory.
43 lines
No EOL
801 B
Text
43 lines
No EOL
801 B
Text
.vim
|
|
.DS_Store
|
|
./configs/secrets
|
|
**/*/.emacs.d/quelpa/**/*
|
|
**/*/.emacs.d/elpa/**/*
|
|
**/*/.emacs.d/emojis
|
|
**/*/.emacs.d/auto-save-list/**/*
|
|
**/*/.emacs.d/eshell/
|
|
**/*/.emacs.d/var/**/*
|
|
**/*/.emacs.d/.cache/**/*
|
|
**/*/.emacs.d/request
|
|
**/*/.emacs.d/network-security.data
|
|
**/*/.emacs.d/smex-items
|
|
**/*/.gnupg/random_seed
|
|
.netrwhist
|
|
Vundle.vim
|
|
**/*/.emacs.d/custom.el
|
|
**/*/.emacs.d/projectile-bookmarks.eld
|
|
**/*/.emacs.d/bookmarks
|
|
**/*/transient/history.el
|
|
|
|
# Haskell
|
|
*.hi
|
|
*.o
|
|
|
|
# Python
|
|
__pycache__
|
|
*.class
|
|
/monzo_ynab/ynab/fixture.json
|
|
/monzo_ynab/monzo/fixture.json
|
|
/monzo_ynab/kv.json
|
|
node_modules/
|
|
/configs/.config/fish/config.fish
|
|
/configs/.config/fish/fish_variables
|
|
/website/blog/public/
|
|
|
|
# ReasonML
|
|
.merlin
|
|
.bsb.lock
|
|
npm-debug.log
|
|
/nut-score/lib/bs/
|
|
/nut-score/node_modules/
|
|
/nut-score/bundleOutput/ |