Updated gitignore
the build was successful Podrobnosti

This commit is contained in:
kolaente 2018-01-27 14:00:23 +01:00 odevzdal kolaente
rodič e99aeb67c6
revize b6d0570e79
Podepsáno: konrad
ID GPG klíče: F40E70337AB24C9B
1 změnil soubory, kde provedl 9 přidání a 5 odebrání

14
.gitignore vendorováno
Zobrazit soubor

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