From 780a17797949c19e7ce1c75fe2311f5555388785 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (pragmatismo.io)" Date: Sun, 18 Nov 2018 18:46:23 -0200 Subject: [PATCH] fix(config): Try to fix CI. --- .gitignore | 19 ++++++++++--------- .npmignore | 18 +++++++++++------- package.json | 2 +- 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index e2cc384b..471f3285 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ +.coveralls.yml +.env +.npmrc +.nyc_output +coverage +dist +docs +guaribas.log +guaribas.sqlite node_modules packages/default.gbui/build -dist -guaribas.sqlite -guaribas.log -work tmp -docs -.env -.coveralls.yml -coverage -.npmrc \ No newline at end of file +work \ No newline at end of file diff --git a/.npmignore b/.npmignore index 871ae43b..2e154f7f 100644 --- a/.npmignore +++ b/.npmignore @@ -1,9 +1,13 @@ -node_modules -guaribas.sqlite -guaribas.log -work -tmp -.env +# This file must be a copy of .gitignore except for the WILLSHIP commented lines below. .coveralls.yml +.env +.npmrc +.nyc_output coverage -BotServer-*.tgz +# WILLSHIP dist +guaribas.log +guaribas.sqlite +node_modules +# WILLSHIP packages/default.gbui/build +tmp +work \ No newline at end of file diff --git a/package.json b/package.json index b76c7e55..39fc8ae5 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,7 @@ { "path": "@semantic-release/git", "assets": [ - "**" + "package.json" ] } ],