Updated gitignore
the build was successful Detalhes

Esse commit está contido em:
kolaente 2018-01-27 14:00:23 +01:00 commit de kolaente
commit b6d0570e79
Assinado por: konrad
ID da chave GPG: F40E70337AB24C9B
1 arquivos alterados com 9 adições e 5 exclusões

14
.gitignore externo
Ver arquivo

@ -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*