Skip to content

Commit ec9559e

Browse files
committed
Init
0 parents  commit ec9559e

15 files changed

+3493
-0
lines changed

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.stack-work/
2+
aws-lambda-haskell-runtime.cabal
3+
*~
4+
5+
# Created by https://www.gitignore.io/api/haskell
6+
# Edit at https://www.gitignore.io/?templates=haskell
7+
8+
### Haskell ###
9+
dist
10+
dist-*
11+
cabal-dev
12+
*.o
13+
*.hi
14+
*.chi
15+
*.chs.h
16+
*.dyn_o
17+
*.dyn_hi
18+
.hpc
19+
.hsenv
20+
.cabal-sandbox/
21+
cabal.sandbox.config
22+
*.prof
23+
*.aux
24+
*.hp
25+
*.eventlog
26+
.stack-work/
27+
cabal.project.local
28+
cabal.project.local~
29+
.HTF/
30+
.ghc.environment.*
31+
32+
# End of https://www.gitignore.io/api/haskell
33+
.DS_Store

0 commit comments

Comments
 (0)