diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-17T22·40+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-17T22·40+0000 |
commit | 209fdf5726a7e80ad4b99e2a6505b6522094a774 (patch) | |
tree | 3efd1a58b882ae0fbef08865d4629467147dd564 /.gitignore | |
parent | 166aed6e80f902ce232c0f5e9b76eceef69a714b (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2536625dff4b..bcfdd838147a 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,11 @@ 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/ \ No newline at end of file |