1
0
mirror of https://github.com/alaudidaelark/coupon-servant.git synced 2026-03-08 06:22:34 +00:00
Files
coupon-servant/.gitignore
Alaudidae Lark 1d44db32f0 initial version with basic model - todo implement logic
added a swagger-generator

deriving coupontype automatically

implemented cors for swagger to work

fixed product model
2017-05-06 18:05:00 +05:30

27 lines
294 B
Plaintext

# Created by https://www.gitignore.io/api/haskell
### Haskell ###
dist
dist-*
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
.HTF/
# End of https://www.gitignore.io/api/haskell