]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix(vitest): ignore __screenshots__ directory (#829)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Wed, 15 Oct 2025 09:29:20 +0000 (11:29 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Oct 2025 09:29:20 +0000 (18:29 +0900)
template/base/_gitignore

index 8ee54e8d343e466a213c8c30aa04be77126b170d..7436d306a433a71fc302f4ec74657cdebb997476 100644 (file)
@@ -14,9 +14,6 @@ dist-ssr
 coverage
 *.local
 
-/cypress/videos/
-/cypress/screenshots/
-
 # Editor directories and files
 .vscode/*
 !.vscode/extensions.json
@@ -28,3 +25,10 @@ coverage
 *.sw?
 
 *.tsbuildinfo
+
+# Cypress
+/cypress/videos/
+/cypress/screenshots/
+
+# Vitest
+__screenshots__/
\ No newline at end of file