-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (50 loc) · 763 Bytes
/
.gitignore
File metadata and controls
64 lines (50 loc) · 763 Bytes
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
*.annot
*.cmo
*.cma
*.cmi
*.a
*.o
*.cmx
*.cmxs
*.cmxa
# ocamlbuild working directory
_build/
# ocamlbuild targets
*.byte
*.native
# oasis generated files
setup.data
setup.log
# Merlin configuring file for Vim and Emacs
.merlin
# Dune generated files
*.install
# Local OPAM switch
_opam/
# Local Contract build files
build/
out/
# Nix build artefacts
result
# Vim temporary files
.*.sw?
# Ligo files
.ligoproject
.ligo/
# ESY files
_esy/
esy.lock/
# Generated michelson files
tzBTC_token.tz
tzBTC_token_storage.tz
tzBTC_fa12_token.tz
tzBTC_fa12_token_storage.tz
USDT_token.tz
USDT_token_storage.tz
# Tezos client artefacts
.tezos-client/
node_modules
./*/node_modules/
dist
batcher-bot/notifications/node_modules/
batcher-bot/liquidity/node_modules/