From 84f2f31693b576a9d871c288483b3c02a26948f2 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Tue, 19 Jul 2016 11:59:17 -0700 Subject: [PATCH] Added *.tgz to .gitignore files `npm pack` creates a tarball, which is not ignored by gitignore and thus causes the assert-no-extra-files job to error (silently). This adds these files to the .gitignore. Change-Id: Ia1360973acabdec347e9ca449eb9c17d8e416860 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 30963a7..907de90 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ reports package dist www +*.tgz # Dependency directories node_modules