From 450bc7f312e5a357c06d0de9ef2b381d047a1423 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Wed, 15 Oct 2025 17:37:01 +0800 Subject: [PATCH] feat: `.gitignore` file add eslintcache (#836) Co-authored-by: Haoqun Jiang --- template/base/_gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/base/_gitignore b/template/base/_gitignore index 7436d306..a3f7a519 100644 --- a/template/base/_gitignore +++ b/template/base/_gitignore @@ -26,9 +26,11 @@ coverage *.tsbuildinfo +.eslintcache + # Cypress /cypress/videos/ /cypress/screenshots/ # Vitest -__screenshots__/ \ No newline at end of file +__screenshots__/ -- 2.47.3