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

Update .gitignore

This commit is contained in:
Artyom Kazak 2018-09-06 19:36:18 +02:00
parent d29b9505b3
commit 13b87cbb5c

18
.gitignore vendored
View File

@ -17,23 +17,27 @@ cabal-dev
.cabal-sandbox/
cabal.sandbox.config
cabal.config
TAGS
.DS_Store
*~
*.swp
*.swo
*#
state/
/config.json
# IDE/support
.idea/
.ideaHaskellLib/
guide.iml
.vscode/
TAGS
tags
# JavaScript
guidejs/node_modules/
front/node_modules/
static/js/
# backend database
/state/
# backend config
/config.json
# frontend
/guidejs/node_modules/
/front/node_modules/
/static/js/