aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2021-05-13 15:47:38 +0200
committerJoris2021-05-13 15:47:38 +0200
commit6a9f9a9f3cf547da80df973950489e343143289d (patch)
treed180edf68b2fa2de59e6c3e4d6b742117ac89a93
parent221b6451fb4f8559a10e7fefebd13ce125ef29d0 (diff)
downloadtabata-6a9f9a9f3cf547da80df973950489e343143289d.tar.gz
tabata-6a9f9a9f3cf547da80df973950489e343143289d.tar.bz2
tabata-6a9f9a9f3cf547da80df973950489e343143289d.zip
Remove unused files
-rw-r--r--.gitignore5
-rw-r--r--.gitlab-ci.yml10
-rw-r--r--.ocamlformat1
-rw-r--r--.tmuxinator.yml14
4 files changed, 0 insertions, 30 deletions
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