From: btea <2356281422@qq.com> Date: Wed, 15 Oct 2025 09:37:01 +0000 (+0800) Subject: feat: `.gitignore` file add eslintcache (#836) X-Git-Tag: v3.18.2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=450bc7f312e5a357c06d0de9ef2b381d047a1423;p=thirdparty%2Fvuejs%2Fcreate-vue.git feat: `.gitignore` file add eslintcache (#836) Co-authored-by: Haoqun Jiang --- 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__/