1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 21:13:07 +03:00
guide/.gitignore
2018-09-13 12:51:20 +05:00

44 lines
393 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
/state/
# backend config
/config.json
# frontend
/guidejs/node_modules/
/front/node_modules/
/static/js/