update .gitignore

This commit is contained in:
Philipp Kunz 2018-05-03 21:29:35 +02:00
parent c2f92e63c5
commit c7516458bd
2 changed files with 2 additions and 7 deletions

View File

@ -76,7 +76,7 @@ testLTS:
testSTABLE:
stage: test
script:
- npmci node install lts
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
@ -87,7 +87,7 @@ testSTABLE:
release:
stage: release
script:
- npmci node install stable
- npmci node install lts
- npmci npm prepare
- npmci npm publish
only:

View File

@ -1,5 +0,0 @@
pages/
coverage/
test/
node_modules/
config.json