Skip to content

Commit 450bc7f

Browse files
bteahaoqunjiang
andauthored
feat: .gitignore file add eslintcache (#836)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
1 parent 4be74cd commit 450bc7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

template/base/_gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ coverage
2626

2727
*.tsbuildinfo
2828

29+
.eslintcache
30+
2931
# Cypress
3032
/cypress/videos/
3133
/cypress/screenshots/
3234

3335
# Vitest
34-
__screenshots__/
36+
__screenshots__/

0 commit comments

Comments
 (0)