# Created by https://www.gitignore.io/api/haskell

.DS_Store

### Haskell ###
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
.stack-work/
_cache/
_site/

# frontend
.sass-cache
css/.sass-cache
node_modules
bower_components