From dd714ef543f95f4186c921bae357b08b82a2256c Mon Sep 17 00:00:00 2001 From: Chris Raible Date: Wed, 28 Aug 2024 16:04:19 -0700 Subject: [PATCH] Added test-results directories to .gitignore (#20867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3162730395..7090507371 100644 --- a/.gitignore +++ b/.gitignore @@ -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