aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitignore31
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5c52b1f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,31 @@
+# Dune
+_build/
+.merlin
+*.install
+
+# opam
+_opam/
+
+# npm
+node_modules/
+example/*/package-lock.json
+
+# esy
+_esy/
+esy.lock
+
+# Release script
+dream-*.gz
+dream-*/
+
+# Bisect_ppx
+_coverage/
+
+# Humans
+scratch/
+
+# Editors
+.vscode/
+*.swp
+
+private.pem