diff options
author | HiDeoo | 2024-06-18 14:22:30 +0200 |
---|---|---|
committer | GitHub | 2024-06-18 14:22:30 +0200 |
commit | 43fbb9cc9435a4c3ba36f4a8727470706e223e2f (patch) | |
tree | ae909e2f7d43bccfd499e3f34dfa7ef235c6ae7e | |
parent | 6519d2c3941bf1e51ed09b73a2fc5dae1ab6fff9 (diff) | |
download | IT.starlight-43fbb9cc9435a4c3ba36f4a8727470706e223e2f.tar.gz IT.starlight-43fbb9cc9435a4c3ba36f4a8727470706e223e2f.tar.bz2 IT.starlight-43fbb9cc9435a4c3ba36f4a8727470706e223e2f.zip |
Git ignore Playwright test results (#2026)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ pnpm-debug.log* # Vitest __coverage__/ +# Playwright +test-results/ + # Vercel output .vercel |