-
Notifications
You must be signed in to change notification settings - Fork 214
/
.gitignore
95 lines (79 loc) · 1.22 KB
/
.gitignore
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
### Haskell ###
*.o
*.hi
*.hie
*.chi
*.chs.h
*.dyn_o
*.dump-hi
*.dyn_hi
*.tix
.hpc
.hsenv
*.prof
*.aux
*.hp
*.eventlog
### Cabal ###
dist
dist-*
.ghc.environment.*
cabal*.project.local*
### Stack ###
.stack-work/
/stack.yaml.lock
.HTF/
### Local configs ###
.ghci
### Nix ###
/result*
/.nix-shell-cabal.project*
cabal.project.old
check-cabal-project.sh
cabal.project.diff
### Direnv ###
.envrc-local
.envrc-override
.direnv/flake-profile*
### auto-generated faulty JSON golden tests ###
*.faulty.json
*.faulty.reencoded.json
lib/balance-tx/test/data/balanceTx/**/actual
### Release scripts output
/GENERATED_*.md
### Docs build
/_build/
.vscode/settings.json
## local ignored space
ignore-me
floskell.json
Makefile
## Lean
*.olean
leanpkg.path
## Artifacts
bench-wallet
memory-time.txt
memory.log
memory
memory.svg
bench-restore
restore-time.txt
restore.log
test-output
## Membench uncompressed data
lib/wallet-benchmarks/data/membench-snapshot
## Local cluster swagger golden actual
lib/local-cluster/data/swagger.json.actual
test/e2e/.direnv/flake-profile*
## Ignore database directories
**/node-db
**/wallet-db
*.log
node_modules
package-lock.json
package.json
# buildkite artifacts testing
artifacts
deposit-*
cabal.project.freeze