From e20c7a17d6820b21603bdb4ae39e70bd1f0e0044 Mon Sep 17 00:00:00 2001 From: John Hill Date: Tue, 7 Dec 2021 08:04:56 -0800 Subject: [PATCH] Don't package tests or Infra tooling (#4528) --- .npmignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.npmignore b/.npmignore index 99b47432aa..13b8b511e2 100644 --- a/.npmignore +++ b/.npmignore @@ -33,3 +33,12 @@ protractor/logs # npm-debug log npm-debug.log + +# Infra and tests +.circleci +.github +e2e +codecov.yml +lighthouserc.yml +*.Spec.js +karma.conf.js