Updated gitignore
the build was successful Detalles

Este commit está contenido en:
kolaente 2018-01-27 14:00:23 +01:00 cometido por kolaente
padre e99aeb67c6
commit b6d0570e79
Firmado por: konrad
ID de clave GPG: F40E70337AB24C9B
Se han modificado 1 ficheros con 9 adiciones y 5 borrados

14
.gitignore vendido
Ver fichero

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