Make WordPress Core

Changeset 60675

Timestamp:
08/26/2025 10:18:28 PM (2 months ago)
Author:
whyisjake
Message:

Build/Test Tools: Revert svn:ignore property changes from [60666].

The svn:ignore property reorganization introduced in [60666] needs to be reverted to restore the previous ignore pattern structure.

Brought the changes that were in: https://core.trac.wordpress.org/browser/trunk?rev=60665

Reviewed by desrosj, jorbin.

File:
1 edited

  • trunk

    • Property svn:ignore
      •  

        old new  
        11# Configuration files with possibly sensitive information
         2.htaccess
        23# Files and folders related to build/test tools
        3 # Files for local environment config
        4 .claude
        5 .env
        6 .git
        7 .htaccess
         4.phpunit.result.cache
         5phpunit.xml
         6phpcs.xml
        87.phpcs.xml
        9 .phpunit.result.cache
        10 /docker-compose.override.yml
        11 artifacts
        12 build
        13 composer.lock
        14 coverage
        15 jsdoc
        168node_modules
        179npm-debug.log
         10build
         11wp-cli.local.yml
         12.git
         13jsdoc
         14composer.lock
         15vendor
        1816packagehash.txt
        19 phpcs.xml
        20 phpunit.xml
        21 vendor
        22 wp-cli.local.yml
         17artifacts
         18# Files for local environment config
         19/docker-compose.override.yml
         20.env
         21coverage
Note: See TracChangeset for help on using the changeset viewer.