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

34 lines
282 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
*~
*#
2016-03-04 18:19:11 +03:00
state/
config.json
2017-02-03 00:34:13 +03:00
# IDE/support
.idea/
2017-02-03 00:34:13 +03:00
.vscode/
tags
# JavaScript
guidejs/node_modules/