From 7a391fe6135b985afe6513d124373b75b41d3210 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Sun, 24 Feb 2019 23:05:42 -0800 Subject: [PATCH] Fix `.npmignore` by adding the `.git` file (as opposed to just a directory, which is not the case for git worktrees) and the `.failed-tests` file. --- .npmignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 6054bfbdb37..482633f48fc 100644 --- a/.npmignore +++ b/.npmignore @@ -12,7 +12,11 @@ tests tslint.json Jakefile.js .editorconfig +.failed-tests +.git +.git/ .gitattributes +.github/ .gitmodules .settings/ .travis.yml @@ -23,6 +27,5 @@ Jakefile.js test.config package-lock.json yarn.lock -.github/ CONTRIBUTING.md TEST-results.xml