From dc40a8b02bacb6026aff9d18c1743872a5a99383 Mon Sep 17 00:00:00 2001 From: Dan Schulte Date: Tue, 18 Sep 2018 13:42:19 -0700 Subject: [PATCH] Ignore cjs and esm folders --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e16b357eec6..6d610592210 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ TestResults/* # Node # **/node_modules/ +**/cjs/ +**/esm/ npm-debug.log.* azure_error checkstyle-result.xml @@ -52,4 +54,4 @@ test/tmp/* # Coverage report coverage -.nyc_output \ No newline at end of file +.nyc_output