Make WordPress Core

Changeset 51258


Ignore:
Timestamp:
06/29/2021 02:44:31 PM (4 years ago)
Author:
desrosj
Message:

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.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11# Configuration files with possibly sensitive information
        22.htaccess
        3 
        43# Files and folders related to build/test tools
        54phpunit.xml
         
        1413vendor
        1514packagehash.txt
        16 
         15artifacts
        1716# Files for local environment config
        1817/docker-compose.override.yml
  • trunk/.gitignore

    r50836 r51258  
    3131/src/wp-includes/blocks/**/*.css
    3232/packagehash.txt
     33/artifacts
    3334
    3435# Files and folders that get created in wp-content
Note: See TracChangeset for help on using the changeset viewer.