]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
feat: `.gitignore` file add eslintcache (#836)
authorbtea <2356281422@qq.com>
Wed, 15 Oct 2025 09:37:01 +0000 (17:37 +0800)
committerGitHub <noreply@github.com>
Wed, 15 Oct 2025 09:37:01 +0000 (18:37 +0900)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
template/base/_gitignore

index 7436d306a433a71fc302f4ec74657cdebb997476..a3f7a5198f61d98256615940610af798e85aba0b 100644 (file)
@@ -26,9 +26,11 @@ coverage
 
 *.tsbuildinfo
 
+.eslintcache
+
 # Cypress
 /cypress/videos/
 /cypress/screenshots/
 
 # Vitest
-__screenshots__/
\ No newline at end of file
+__screenshots__/