diff options
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | .gitlab-ci.yml | 10 | ||||
-rw-r--r-- | .ocamlformat | 1 | ||||
-rw-r--r-- | .tmuxinator.yml | 14 |
4 files changed, 0 insertions, 30 deletions
@@ -1,6 +1 @@ -node_modules/ -lib/ -.merlin -*.bs.js public/main.js -.bsb.lock diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index a872f80..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,10 +0,0 @@ -image: alpine:latest -pages: - stage: deploy - script: - - echo 'Nothing to do...' - artifacts: - paths: - - public - only: - - pages 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 58bc8d4..0000000 --- a/.tmuxinator.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: tabata-timer -startup_window: main - -windows: - - console: - - clear - - main: - panes: - - ocaml: - - ./dev watch-ocaml - - js: - - ./dev watch-js - - server: - - python -m http.server --directory public |