From 2a10856d1ed5880a09a5ba452bd80d49c1be4e6c Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 12 Jul 2019 05:30:02 +0200 Subject: [PATCH] Chore: Add temporary test files to .gitignore (#11978) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 38b7ecd3bf0..b550439d36b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ versions.json .eslint-release-info.json .nyc_output /test-results.xml +.temp-eslintcache +/tests/fixtures/autofix-integration/temp.js