1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 04:07:14 +03:00
guide/.gitignore

45 lines
420 B
Plaintext
Raw Normal View History

# Haskell
2016-02-02 12:35:39 +03:00
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
2016-02-02 12:35:39 +03:00
*#
2017-02-03 00:34:13 +03:00
# IDE/support
.idea/
2017-07-29 14:42:29 +03:00
.ideaHaskellLib/
guide.iml
2017-02-03 00:34:13 +03:00
.vscode/
2018-09-13 10:51:20 +03:00
TAGS
tags
2018-09-13 10:51:20 +03:00
# backend database
/state/
# backend config
/config.json
# frontend
/guidejs/node_modules/
2018-10-17 20:11:37 +03:00
/guidejs/package-lock.json
2018-09-13 10:51:20 +03:00
/front/node_modules/
/static/js/