Updated gitignore
the build was successful 详情

这个提交包含在:
kolaente 2018-01-27 14:00:23 +01:00 提交者 kolaente
父节点 e99aeb67c6
当前提交 b6d0570e79
签署人:: konrad
GPG 密钥 ID: F40E70337AB24C9B
共有 1 个文件被更改,包括 9 次插入5 次删除

14
.gitignore vendored
查看文件

@ -1,13 +1,17 @@
.idea/*
# Go stuff
Library
dist/*
dist/
frontend/node_modules/
frontend/dist/
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
config.ini
*.db
cover.html
coverage.out
# Frontend stuff
frontend/node_modules/
frontend/dist/
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*