From da88164ba5c8e61df43b6a88a5092d6e6837d0b9 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 29 Jun 2021 14:44:31 +0000 Subject: [PATCH] Build/Test Tools: Add the `artifacts` directory to `svn-ignore` and `.gitignore`. When E2E tests fail, test snapshots with more details about the failure are placed in this folder. Props isabel_brison. Fixes #53549. git-svn-id: https://develop.svn.wordpress.org/trunk@51258 602fd350-edb4-49c9-b593-d223f7449a82 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 01699a4815..c635d8dc1d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ wp-tests-config.php /src/wp-includes/css/*-rtl.css /src/wp-includes/blocks/**/*.css /packagehash.txt +/artifacts # Files and folders that get created in wp-content /src/wp-content/blogs.dir