chore: add build artifacts and test files to .gitignore
This commit is contained in:
parent
02be56888a
commit
a5aad4f165
14
.gitignore
vendored
14
.gitignore
vendored
@ -6,6 +6,20 @@ dist/
|
|||||||
# release/
|
# release/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
|
dist-release/
|
||||||
|
dist-release.pem
|
||||||
|
dist-release.crx
|
||||||
|
|
||||||
|
# Playwright test artifacts
|
||||||
|
playwright-report/
|
||||||
|
test-results/
|
||||||
|
e2e-tests/
|
||||||
|
playwright.config.js
|
||||||
|
|
||||||
|
# Debug scripts
|
||||||
|
scripts/debug-*.mjs
|
||||||
|
|
||||||
# Local debug captures
|
# Local debug captures
|
||||||
after-export-requests.txt
|
after-export-requests.txt
|
||||||
before-export-requests.txt
|
before-export-requests.txt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user