From 6a9f9a9f3cf547da80df973950489e343143289d Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 13 May 2021 15:47:38 +0200 Subject: Remove unused files --- .gitignore | 5 ----- .gitlab-ci.yml | 10 ---------- .ocamlformat | 1 - .tmuxinator.yml | 14 -------------- 4 files changed, 30 deletions(-) delete mode 100644 .gitlab-ci.yml delete mode 100644 .ocamlformat delete mode 100644 .tmuxinator.yml diff --git a/.gitignore b/.gitignore index 05e0f57..e07f8e1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3