Opened 5 years ago
Closed 4 years ago
#49784 closed task (blessed) (fixed)
Synchronise .gitignore and svn:ignore
Reported by: | johnbillion | Owned by: | desrosj |
---|---|---|---|
Milestone: | 5.7 | Priority: | low |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | needs-patch |
Focuses: | Cc: |
Description
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
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 50277: