mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-30 04:43:58 +08:00
- Remove our dependency to ParcelJS. - Add a dependency to `@wordpress/scripts` - Update Grunt tasks in favor of building Modern JS using `@wordpress/scripts` See #8457 git-svn-id: https://buddypress.svn.wordpress.org/trunk@13462 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
33 lines
281 B
Text
33 lines
281 B
Text
.DS_Store
|
|
phpunit.xml
|
|
.phpunit*
|
|
.idea
|
|
.cache
|
|
|
|
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
src/vendor
|
|
vendor
|
|
composer.lock
|
|
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
.phpcs/*.json
|
|
|
|
# The build directory.
|
|
build
|
|
dist
|
|
|
|
# The custom Docker config file.
|
|
.wp-env.override.json
|