From b89423e2f6a09b290b15254e7ff7e8033b434d83 Mon Sep 17 00:00:00 2001 From: claudiahdz Date: Mon, 18 Nov 2019 19:04:51 +0200 Subject: [PATCH] docs: ignore netlify file PR-URL: https://github.com/npm/cli/pull/493 Credit: @claudiahdz Close: #493 Reviewed-by: @claudiahdz --- .npmignore | 1 + netlify.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index d67ce247183b4..c42aaf956257d 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,6 @@ *.swp .*.swp +netlify.toml npm-debug.log /.github /test diff --git a/netlify.toml b/netlify.toml index 4eb1be50ec96b..8d78eb1ab9544 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,4 @@ [build] base = "docs" command = "npm run build" - publish = "docs/public" \ No newline at end of file + publish = "docs/public"