1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-25 18:56:52 +03:00
guide/.gitignore
Artyom Kazak b5e2bb4d99 Migrate to hpack (#377)
* Migrate to hpack

* Small fixes to hpack

* Remove exposed modules

* Get rid of a warning

* Unify default-extensions

* exposed-modules
2019-08-17 15:25:31 +00:00

52 lines
502 B
Plaintext

# Haskell
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
*.prof
*.aux
*.hp
.virtualenv
.hsenv
.hpc
.stack-work/
.cabal-sandbox/
cabal.sandbox.config
cabal.config
.DS_Store
*~
*.swp
*.swo
*#
*.lock
# hpack
*.cabal
# IDE/support
.idea/
.ideaHaskellLib/
guide.iml
.vscode/
TAGS
tags
# backend database
/back/state/
# backend config
/back/config.json
# backend JavaScript artifacts
/back/guidejs/node_modules/
/back/guidejs/package-lock.json
/back/static/js/
# frontend
/front/node_modules/