2014-02-26 18:44:27 +00:00
|
|
|
# gitignore file for WordPress Core
|
2015-12-12 18:26:22 +00:00
|
|
|
|
2014-02-26 18:44:27 +00:00
|
|
|
# Configuration files with possibly sensitive information
|
2013-08-07 05:25:25 +00:00
|
|
|
wp-config.php
|
2013-08-29 20:45:17 +00:00
|
|
|
wp-tests-config.php
|
2014-02-26 18:44:27 +00:00
|
|
|
.htaccess
|
2015-10-18 00:15:23 +00:00
|
|
|
|
2014-02-26 18:44:27 +00:00
|
|
|
# Files and folders related to build/test tools
|
2021-08-07 11:41:53 +00:00
|
|
|
.phpunit.result.cache
|
2014-02-26 18:44:27 +00:00
|
|
|
/phpunit.xml
|
2018-06-15 15:56:58 +00:00
|
|
|
/.phpcs.xml
|
|
|
|
/phpcs.xml
|
2021-11-16 14:17:26 +00:00
|
|
|
.cache/*
|
2014-02-26 18:44:27 +00:00
|
|
|
/tests/phpunit/data/plugins/wordpress-importer
|
|
|
|
/tests/phpunit/data/.trac-ticket-cache*
|
|
|
|
/tests/qunit/compiled.html
|
|
|
|
/src/.wp-tests-version
|
|
|
|
/node_modules
|
|
|
|
/npm-debug.log
|
|
|
|
/build
|
|
|
|
/tests/phpunit/build
|
2016-11-25 04:46:23 +00:00
|
|
|
/wp-cli.local.yml
|
2017-09-15 20:13:04 +00:00
|
|
|
/jsdoc
|
Build/Test Tools: Remove the Composer lock file from version control.
This makes it easier to run unit tests against multiple different PHP versions.
There is currently no reason to have a `composer.lock` file as:
* External runtime dependencies are not managed via Composer.
* Managed updates of the non-runtime dependencies can be done by locking the version used in the `composer.json` file to a precise version instead of using a `composer.lock` file.
* Having the `composer.lock` file in place makes it a lot more difficult to run the tests against all supported PHP versions.
With these considerations in mind, the lock file is now removed from version control and added to `.gitignore` and `svn:ignore`.
Version constraints for the current dev dependencies are adjusted accordingly:
* PHPUnit now explicitly declares in its version constraints that PHPUnit 5.x, 6.x, and 7.x are supported. The minimum supported version for PHPUnit 5.x has been raised from 5.4 to 5.7, which in practice was already the version used for running the tests on PHP 5.6.
* PHPCompatibilityWP is effectively updated to version 2.1.2 with the positive impact that a few new constants polyfilled in WP 5.8 are now accounted for (excluded from being flagged).
* PHP_CodeSniffer is declared as an explicit dependency to ensure that updates to it will always be explicitly managed instead of inherited.
* The DealerDirect Composer plugin is effectively updated to version 0.7.1 without impact.
Follow-up to [42960], [46290], [47881], [48957].
Props jrf, johnbillion, desrosj, ayeshrajans, aristath, hellofromTonya, SergeyBiryukov.
See #47381.
git-svn-id: https://develop.svn.wordpress.org/trunk@51543 602fd350-edb4-49c9-b593-d223f7449a82
2021-08-04 18:55:38 +00:00
|
|
|
/composer.lock
|
2018-12-28 09:59:10 +00:00
|
|
|
/vendor
|
2018-12-24 13:28:22 +00:00
|
|
|
/src/wp-admin/css/*.min.css
|
|
|
|
/src/wp-admin/css/*-rtl.css
|
|
|
|
/src/wp-admin/css/colors/*/*.css
|
2018-12-28 13:52:12 +00:00
|
|
|
/src/wp-admin/js
|
|
|
|
/src/wp-includes/js
|
|
|
|
/src/wp-includes/css/dist
|
|
|
|
/src/wp-includes/css/*.min.css
|
2019-05-25 12:29:36 +00:00
|
|
|
/src/wp-includes/css/*-rtl.css
|
2021-05-11 09:41:48 +00:00
|
|
|
/src/wp-includes/blocks/**/*.css
|
2021-07-28 10:05:01 +00:00
|
|
|
/src/wp-includes/blocks/**/*.js
|
|
|
|
/src/wp-includes/blocks/**/*.js.map
|
2020-03-24 01:04:43 +00:00
|
|
|
/packagehash.txt
|
2021-06-29 14:44:31 +00:00
|
|
|
/artifacts
|
2014-02-26 18:44:27 +00:00
|
|
|
|
|
|
|
# Files and folders that get created in wp-content
|
|
|
|
/src/wp-content/blogs.dir
|
|
|
|
/src/wp-content/languages
|
|
|
|
/src/wp-content/mu-plugins
|
2014-02-26 20:59:25 +00:00
|
|
|
/src/wp-content/plugins
|
2016-11-25 08:27:43 +00:00
|
|
|
/src/wp-content/themes/*
|
|
|
|
!/src/wp-content/themes/twentyten
|
|
|
|
!/src/wp-content/themes/twentyeleven
|
|
|
|
!/src/wp-content/themes/twentytwelve
|
|
|
|
!/src/wp-content/themes/twentythirteen
|
|
|
|
!/src/wp-content/themes/twentyfourteen
|
|
|
|
!/src/wp-content/themes/twentyfifteen
|
2019-01-09 13:44:30 +00:00
|
|
|
!/src/wp-content/themes/twentysixteen
|
2016-11-25 08:27:43 +00:00
|
|
|
!/src/wp-content/themes/twentyseventeen
|
2019-01-09 13:44:30 +00:00
|
|
|
!/src/wp-content/themes/twentynineteen
|
2021-01-31 16:50:02 +00:00
|
|
|
!/src/wp-content/themes/twentytwenty
|
Bundled Themes: Import Twenty Twenty-One, the new default theme for WordPress 5.6.
Welcome to the bundled themes family!
Twenty Twenty-One is a blank canvas for your ideas, making the block editor your best brush.
Theme development to this point has taken place on GitHub. See: https://github.com/WordPress/twentytwentyone/.
Props poena, melchoyce, luminuu, elmastudio, bethsoderberg, williampatton, aristath, jffng, kjellr, jeffikus, audrasjb, fabiankaegy, mukesh27, dingo_d, kellylawrence, acosmin, whyisjake, metodiew, ryelle, nielslange, littlebigthing, mahesh901122, zebulan, kishanjasani, lukecavanagh, scruffian, abhijitrakas, utz119, sudoshreyansh, kau-boy, justinahinon, joostdevalk, bduclos, hareesh-pillai, mager19, rolfsiebers, webmigrates, sresok, guidooffermans, francina, marybaum, hareshlive, navanathbhosale, afercia, richtabor, joyously, sarahricker, nrqsnchz, glauberglauber, sabernhardt, kraftbj, ItsJonQ, joen, CTMartin0, decrecementofeliz, bhautikvirani.
See #51526.
git-svn-id: https://develop.svn.wordpress.org/trunk@49216 602fd350-edb4-49c9-b593-d223f7449a82
2020-10-20 01:12:25 +00:00
|
|
|
!/src/wp-content/themes/twentytwentyone
|
Bundled Themes: Import Twenty Twenty-Two, the new default theme for WordPress 5.9.
Twenty Twenty-Two arrives during an exciting time for WordPress themes. With the advent of Full Site Editing and Global Styles, themes are changing structurally and functionally to enable far more avenues for customization than users have come to expect in the past.
To take advantage of these new abilities, Twenty Twenty-Two has been designed to be the most flexible default theme ever created for WordPress.
Props sourav926, aristath, audrasjb, bgardner, briceduclos, poena, colorful-tones, dgwyer, dimadin, gregrickaby, ellenbauer, jffng, kafleg, karmatosed, kraftbj, kjellr, littlebigthing, onemaggie, matveb, mburridge, mtoensing, nickcernis, nielslange, williampatton, pgking, ribaricplusplus, scruffian, soean, utz119, youknowriad, desrosj, richtabor.
See #54318.
git-svn-id: https://develop.svn.wordpress.org/trunk@52081 602fd350-edb4-49c9-b593-d223f7449a82
2021-11-09 21:00:47 +00:00
|
|
|
!/src/wp-content/themes/twentytwentytwo
|
2014-02-26 18:44:27 +00:00
|
|
|
/src/wp-content/upgrade
|
|
|
|
/src/wp-content/uploads
|
|
|
|
/src/wp-content/advanced-cache.php
|
|
|
|
/src/wp-content/blog-deleted.php
|
|
|
|
/src/wp-content/blog-inactive.php
|
|
|
|
/src/wp-content/blog-suspended.php
|
|
|
|
/src/wp-content/db.php
|
|
|
|
/src/wp-content/db-error.php
|
|
|
|
/src/wp-content/debug.log
|
2019-04-06 18:42:26 +00:00
|
|
|
/src/wp-content/fatal-error-handler.php
|
2014-02-26 18:44:27 +00:00
|
|
|
/src/wp-content/install.php
|
|
|
|
/src/wp-content/maintenance.php
|
|
|
|
/src/wp-content/object-cache.php
|
2019-04-06 18:42:26 +00:00
|
|
|
/src/wp-content/php-error.php
|
2014-02-26 18:44:27 +00:00
|
|
|
/src/wp-content/sunrise.php
|
2013-08-07 05:25:25 +00:00
|
|
|
|
2021-02-15 23:17:36 +00:00
|
|
|
# Files and folders relating to wp-content build tools.
|
|
|
|
/src/wp-content/themes/twentynineteen/node_modules
|
|
|
|
/src/wp-content/themes/twentytwentyone/node_modules
|
|
|
|
/src/wp-content/themes/twentytwenty/node_modules
|
|
|
|
|
2015-03-13 18:11:33 +00:00
|
|
|
# Operating system specific files
|
|
|
|
.DS_Store
|
|
|
|
|
2014-02-26 18:44:27 +00:00
|
|
|
# Ignore other .gitignore files to allow for personal customizations
|
|
|
|
.gitignore
|
2016-11-25 04:46:23 +00:00
|
|
|
|
|
|
|
# Files related to applying patches
|
|
|
|
*.rej
|
|
|
|
*.orig
|
|
|
|
*.patch
|
|
|
|
*.diff
|
2016-12-12 05:11:27 +00:00
|
|
|
.svn
|
Once upon a midnight dreary, while I coded, weak and weary,
In many a strange and curious file of forgotten lore—
While I pondered, blaming Nacin, my notifications suddenly awakened,
As of someone quietly DMing;—DMing me, I can’t ignore.
“’Tis some contributor,” I muttered, “DMing me an idea or four—
Only this and nothing more.”
Ah, distinctly I remember, at WordCamp US, last December;
A mad proposal nearly laid me—down out cold—upon the floor.
Curious, I listened closely;—to a plan I agreed with, mostly—
A way to make our JavaScript—JavaScript which was a chore—
Maintainable, extendable, for the future, is what I saw.
Guten-ready for evermore.
Open here I switch to Slack, when, with many a patch and hack,
In there stepped Omar, a JavaScript developer hardcore;
Pronouncing all the changes fit; ready now to be commit;
“There’s nothing else for us to do,” DMing me, “It’s done!” he swore—
“No longer random guessing at which file need next be explored—
Let’s move on, we’re all aboard.”
Moved all together, grouped and managed, in folders all is packaged,
The code had all been cleaned and tidied, important parts moved to the fore,
“Though this change be useful here,” I said, “it is too large, I fear,
We couldn’t manage such a patch, we’ve done nothing like this before—
Tell me where doth go this change, change to make our codebase soar!”
Quoth Omar, “In WordPress Core.”
Props omarreis for shepherding this significant change.
Props adamsilverstein, aduth, atimmer, dingo_bastard, frank-klein, gziolo, herregroen, jaswrks, jeremyfelt, jipmoors, jorbin, netweb, ocean90, pento, tjnowell, and youknowriad for testing, feedback, discussion, encouragement, commiserations, etc.
I make no apologies for this commit message.
Fixes #43055.
git-svn-id: https://develop.svn.wordpress.org/trunk@43309 602fd350-edb4-49c9-b593-d223f7449a82
2018-05-23 10:04:22 +00:00
|
|
|
!/src/js/_enqueues/vendor
|
2019-08-12 08:28:33 +00:00
|
|
|
|
|
|
|
# Files for local environment config
|
|
|
|
/docker-compose.override.yml
|
2021-11-02 21:03:10 +00:00
|
|
|
|
|
|
|
# Visual regression test diffs
|
Bundled Themes: Import Twenty Twenty-Two, the new default theme for WordPress 5.9.
Twenty Twenty-Two arrives during an exciting time for WordPress themes. With the advent of Full Site Editing and Global Styles, themes are changing structurally and functionally to enable far more avenues for customization than users have come to expect in the past.
To take advantage of these new abilities, Twenty Twenty-Two has been designed to be the most flexible default theme ever created for WordPress.
Props sourav926, aristath, audrasjb, bgardner, briceduclos, poena, colorful-tones, dgwyer, dimadin, gregrickaby, ellenbauer, jffng, kafleg, karmatosed, kraftbj, kjellr, littlebigthing, onemaggie, matveb, mburridge, mtoensing, nickcernis, nielslange, williampatton, pgking, ribaricplusplus, scruffian, soean, utz119, youknowriad, desrosj, richtabor.
See #54318.
git-svn-id: https://develop.svn.wordpress.org/trunk@52081 602fd350-edb4-49c9-b593-d223f7449a82
2021-11-09 21:00:47 +00:00
|
|
|
tests/visual-regression/specs/__image_snapshots__
|