1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-25 18:56:52 +03:00
guide/.gitignore

35 lines
302 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
stackagefiles
hackagefiles
TAGS
.DS_Store
*~
*#
state/
config.json
# IDE/support
.vscode/
tags
# JavaScript
guidejs/node_modules/