Updated gitignore
the build was successful Details

This commit is contained in:
kolaente 2018-01-27 14:00:23 +01:00 committed by 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*