Updated gitignore
the build was successful 詳情

This commit is contained in:
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*