1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-24 05:45:11 +03:00
guide/.gitignore

39 lines
332 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
*~
*.swp
*.swo
*#
state/
config.json
# IDE/support
.idea/
.ideaHaskellLib/
guide.iml
.vscode/
tags
# JavaScript
guidejs/node_modules/
static/js/