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" ] } ],