diff options
-rw-r--r-- | .merlin | 11 | ||||
-rw-r--r-- | .ocamlformat | 1 | ||||
-rw-r--r-- | .tmuxinator.yml | 11 |
3 files changed, 0 insertions, 23 deletions
diff --git a/.merlin b/.merlin deleted file mode 100644 index 6937cce..0000000 --- a/.merlin +++ /dev/null @@ -1,11 +0,0 @@ -####{BSB GENERATED: NO EDIT -FLG -ppx /nix/store/y9770wa39mh8a62fapsvimlwpyz3iwyg-bs-platform-7.0.1/lib/bsppx.exe -S /home/joris/code/cooking/node_modules/bs-platform/lib/ocaml -B /home/joris/code/cooking/node_modules/bs-platform/lib/ocaml -FLG -nostdlib -FLG -w -30-40+6+7+27+32..39+44+45+101+A-42-40 -S /home/joris/code/cooking/node_modules/bs-webapi/lib/ocaml -B /home/joris/code/cooking/node_modules/bs-webapi/lib/ocaml -S src -B lib/bs/src -####BSB GENERATED: NO EDIT} diff --git a/.ocamlformat b/.ocamlformat deleted file mode 100644 index df48a53..0000000 --- a/.ocamlformat +++ /dev/null @@ -1 +0,0 @@ -version=0.12 diff --git a/.tmuxinator.yml b/.tmuxinator.yml deleted file mode 100644 index 655264f..0000000 --- a/.tmuxinator.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: cooking - -windows: - - main: - panes: - - zola: - - zola serve - - js: - - ./dev watch-js - - ocaml: - - ./dev watch-ocaml |