1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 12:52:31 +03:00
guide/.gitignore
2017-07-31 15:42:26 +02:00

45 lines
406 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
TAGS
.DS_Store
*~
*#
state/
config.json
# IDE/support
.idea/
.ideaHaskellLib/
guide.iml
.vscode/
tags
node_modules/
front/coverage/
front/build/
.env
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# JavaScript
guidejs/node_modules/