mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
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
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue