Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into feat/update-gitignore
  • Loading branch information
haoqunjiang authored Oct 15, 2025
commit 2eafe57907de5aa679c567a3fe115921026e8af5
9 changes: 8 additions & 1 deletion template/base/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@ coverage

*.tsbuildinfo

.eslintcache
.eslintcache

# Cypress
/cypress/videos/
/cypress/screenshots/

# Vitest
__screenshots__/
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.