mirror of
https://github.com/aelve/guide.git
synced 2024-12-23 12:52:31 +03:00
45 lines
406 B
Plaintext
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/
|