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/
cabal.sandbox.config cabal.sandbox.config
cabal.config cabal.config
TAGS
.DS_Store .DS_Store
*~ *~
*.swp *.swp
*.swo *.swo
*# *#
state/
/config.json
# IDE/support # IDE/support
.idea/ .idea/
.ideaHaskellLib/ .ideaHaskellLib/
guide.iml guide.iml
.vscode/ .vscode/
TAGS
tags tags
# JavaScript # backend database
guidejs/node_modules/ /state/
front/node_modules/
static/js/ # backend config
/config.json
# frontend
/guidejs/node_modules/
/front/node_modules/
/static/js/