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:
parent
0d091992f2
commit
dd714ef543
3
.gitignore
vendored
3
.gitignore
vendored
@ -83,6 +83,7 @@ typings/
|
|||||||
*.db
|
*.db
|
||||||
*.db-journal
|
*.db-journal
|
||||||
|
|
||||||
|
/ghost/core/test-results/
|
||||||
/ghost/core/core/server/data/export/exported*
|
/ghost/core/core/server/data/export/exported*
|
||||||
/ghost/core/content/tmp/*
|
/ghost/core/content/tmp/*
|
||||||
/ghost/core/content/data/*
|
/ghost/core/content/data/*
|
||||||
@ -133,7 +134,7 @@ Caddyfile
|
|||||||
/apps/comments-ui/umd
|
/apps/comments-ui/umd
|
||||||
/apps/comments-ui/playwright-report
|
/apps/comments-ui/playwright-report
|
||||||
/ghost/comments-ui/playwright/.cache/
|
/ghost/comments-ui/playwright/.cache/
|
||||||
/ghost/comments-ui/test-results/
|
/apps/comments-ui/test-results/
|
||||||
|
|
||||||
# Portal
|
# Portal
|
||||||
!/apps/portal/.env
|
!/apps/portal/.env
|
||||||
|
Loading…
Reference in New Issue
Block a user