[wp-trac] [WordPress Trac] #49784: Synchronise .gitignore and svn:ignore
WordPress Trac
noreply at wordpress.org
Thu Apr 2 19:12:56 UTC 2020
#49784: Synchronise .gitignore and svn:ignore
------------------------------+-----------------------------
Reporter: johnbillion | Owner: (none)
Type: task (blessed) | Status: new
Priority: low | Milestone: Awaiting Review
Component: Build/Test Tools | Version:
Severity: normal | Keywords: needs-patch
Focuses: |
------------------------------+-----------------------------
The `svn:ignore` prop is quite a way behind `.gitignore`. It should be
brought up to date to avoid accidental commits to these files.
{{{
> svn propget svn:ignore
# Configuration files with possibly sensitive information
wp-config.php
wp-tests-config.php
.htaccess
# Files and folders related to build/test tools
phpunit.xml
phpcs.xml
.phpcs.xml
node_modules
npm-debug.log
build
wp-cli.local.yml
.git
jsdoc
vendor
docker-compose.override.yml
packagehash.txt
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49784>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list