1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-22 20:01:36 +03:00
guide/.gitignore
2018-12-09 23:02:03 +01:00

47 lines
477 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
*#
# 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/