aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7e11249d749334be0d7dd3736a4523a61a9edba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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

private.pem