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

47 lines
393 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
*#
*.lock
# hpack
*.cabal
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
2018-12-10 01:02:03 +03:00
/back/state/
2018-09-13 10:51:20 +03:00
# backend config
2018-12-10 01:02:03 +03:00
/back/config.json
2018-09-13 10:51:20 +03:00
# frontend
/front/node_modules/