-
Notifications
You must be signed in to change notification settings - Fork 45
/
.gitignore
130 lines (115 loc) · 1.5 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Latex
*.dvi
*.fls
*.ptb
*.aux
*.log
*.pdf
*.synctex(busy)
*.bbl
*.fdb_latexmk
*.blg
*.glg
*.glo
*.gls
*.glsdefs
*.ist
*.out
*.toc
*.bcf
*.run.xml
*.thm
auto
# Cabal
.ghc.environment*
tags
dist-newstyle
dist
cabal-dev
.cabal-sandbox/
cabal.sandbox.config
cabal.config
cabal.project.local
# Stack
.stack-work
stack.yaml.lock
# Haskell output files
*.o
*.hi
*.dyn_o
*.dyn_hi
*.chi
*.chs.h
*.prof
.liquid/
# Agda
*.agdai
# Python
__pycache__
# Nix
result*
pkgs/.cabal
pkgs/.cache
pkgs/.stack
# Editor files
*~
*#
*_flymake.*
.psc-ide-port
.dir-locals.el
*.code-workspace
.*.sw*
# Frontend files (NPM/Yarn, Spago, etc.)
# N.B. officially we use NPM; ignoring Yarn files allows the local use of Yarn for those that want
**/generated-docs/
**/node_modules/
**/output/
**/yarn-error.log
**/yarn.lock
**/.psci_modules/
**/.spago/
**/.spago2nix/
.psa-stash
# Backend config files
marlowe-playground-server/playground.yaml
plutus-playground-server/playground.yaml
plutus-pab/plutus-pab.yaml
marlowe-dashboard-server/config.json
# Misc
.history/
.virtualenv
.vscode/
.hsenv
TAGS
.DS_Store
.uuid
.terraform
*.tfvars
gh-pages
.importify/
.envrc
.direnv/
*.db
*.db-shm
*.db-wal
node-server.sock*
node.sock
**/node?/db
.pre-commit-config.yaml
secrets/*/.gpg-id
ghcid.txt
plutus-pab/test-node/testnet/db
plutus-pab/test-node/alonzo-purple/db
# profiling output files
*.timelog
*.stacks
# Arion
*.tmp-arion-docker*
treasury
compose.yaml
*.log.config
marlowe-test/out/
**/.golden/*/actual
# CTags
*.mtime
/marlowe-benchmark/example/*/faucet