mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
25 lines
230 B
Plaintext
25 lines
230 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/
|
||
|
|
||
|
ws/
|
||
|
TAGS
|