Added test-results directories to .gitignore (#20867)

no issue

- These directories are made when running browser tests locally — added
to `.gitignore` so we don't accidentally commit our local test results
to version control
This commit is contained in:
Chris Raible 2024-08-28 16:04:19 -07:00 committed by GitHub
parent 0d091992f2
commit dd714ef543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
.gitignore vendored
View File

@ -83,6 +83,7 @@ typings/
*.db
*.db-journal
/ghost/core/test-results/
/ghost/core/core/server/data/export/exported*
/ghost/core/content/tmp/*
/ghost/core/content/data/*
@ -133,7 +134,7 @@ Caddyfile
/apps/comments-ui/umd
/apps/comments-ui/playwright-report
/ghost/comments-ui/playwright/.cache/
/ghost/comments-ui/test-results/
/apps/comments-ui/test-results/
# Portal
!/apps/portal/.env