aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2023-12-20 20:43:25 -0600
committerMarc Coquand <marc@mccd.space>2023-12-20 20:43:25 -0600
commitcc783c157f31e7e713c8b83be67449b1859dac27 (patch)
tree52559c115159671839f4b497b9191222faa35520 /.gitignore
downloadfixgen-cc783c157f31e7e713c8b83be67449b1859dac27.tar.gz
fixgen-cc783c157f31e7e713c8b83be67449b1859dac27.tar.bz2
fixgen-cc783c157f31e7e713c8b83be67449b1859dac27.zip
Initial commit
Diffstat (limited to '')
-rw-r--r--.gitignore35
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4ba15f1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,35 @@
+# Dune
+_build/
+.merlin
+*.install
+result
+
+# opam
+_opam/
+
+# npm
+node_modules/
+example/*/package-lock.json
+
+.wormhole.opam
+# esy
+_esy/
+esy.lock
+
+# Release script
+dream-*.gz
+dream-*/
+
+# Bisect_ppx
+_coverage/
+
+# Humans
+scratch/
+
+# Editors
+.vscode/
+*.swp
+.direnv/*
+
+private.pem
+*.opam