From 8b5ecc323133385dde0533c846d0f795409969f5 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Mon, 28 Oct 2024 14:25:58 -0600 Subject: [PATCH] better support for old cache location from linting on release branches, https://github.com/phetsims/chipper/issues/1508 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3c0448aa..f9271786 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ java/src/edu/colorado/phet/buildtools/html/*.class *.sublime-project *.sublime-workspace package-lock.json +eslint/cache/ build dist transpile/cache/status.json