tvl-depot/.gitignore
William Carroll 209fdf5726 Add ReasonML boilerplate
After some toil, I finally support basic ReasonML starter code.

I'm adding it to the nut-score directory because I would like to make a simple
webpage that render some nutritional facts about nuts with respect to the
ketogenic diet.

I'm not sure if I should include or exclude te .bs.js files.

See the README.md for more information.
2020-03-17 22:40:48 +00:00

43 lines
No EOL
793 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
/blog/public/
# ReasonML
.merlin
.bsb.lock
npm-debug.log
/nut-score/lib/bs/
/nut-score/node_modules/
/nut-score/bundleOutput/