forked from cardano-foundation/cardano-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
59 lines (50 loc) · 720 Bytes
/
.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
### 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
hie.yaml
### 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/wallet/test/data/balanceTx/**/actual
### Release scripts output
/GENERATED_*.md
### Docs build
/_build/
.vscode/settings.json
## local ignored space
ignore-me
floskell.json