forked from IntersectMBO/plutus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
82 lines (75 loc) · 728 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Latex
*.dvi
*.fls
*.ptb
*.aux
*.log
*.pdf
*.gz
*.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
*.chi
*.chs.h
*.prof
# Agda
*.agdai
# Nix
result*
pkgs/.cabal
pkgs/.cache
pkgs/.stack
# Editor files
*~
*#
*_flymake.*
.psc-ide-port
.dir-locals.el
# Misc
.history/
.virtualenv
.vscode/
.hsenv
TAGS
.DS_Store
.uuid
.terraform
*.tfvars
gh-pages
.importify/
marlowe-playground-server/playground.yaml
.envrc
*.org
/plutus-scb.yaml
*.db
*.db-shm
*.db-wal
hie.yaml