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

40 lines
352 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
TAGS
.DS_Store
*~
*.swp
*.swo
2016-02-02 12:35:39 +03:00
*#
2016-03-04 18:19:11 +03:00
state/
config.json
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/
tags
# JavaScript
guidejs/node_modules/
front/node_modules/
static/js/