mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 06:10:09 +00:00
After [38399], update the .gitignore file accordingly.
The following files have been added to `svn:ignore` already as they are not compatible with PHP 5.2: * src/wp-vendor/autoload.php * src/wp-vendor/composer/autoload_real.php * src/wp-vendor/composer/autoload_static.php * src/wp-vendor/composer/ClassLoader.php See #36335. git-svn-id: https://develop.svn.wordpress.org/trunk@38401 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -15,7 +15,13 @@ wp-tests-config.php
|
||||
/npm-debug.log
|
||||
/build
|
||||
/tests/phpunit/build
|
||||
/wp-cli.local.yml
|
||||
/wp-cli.local.yml
|
||||
|
||||
# Composer-generated files that do not pass the 5.2 linter
|
||||
src/wp-vendor/autoload.php
|
||||
src/wp-vendor/composer/autoload_real.php
|
||||
src/wp-vendor/composer/autoload_static.php
|
||||
src/wp-vendor/composer/ClassLoader.php
|
||||
|
||||
# Files and folders that get created in wp-content
|
||||
/src/wp-content/blogs.dir
|
||||
|
||||
Reference in New Issue
Block a user