buddypress/.gitignore
Renato Alves 86fd020e11 Testing BuddyPress against its own/new PHP Code Sniffer (PHPCS).
The plugin is using its own custom PHP Code Sniffer (https://github.com/buddypress/bp-coding-standards)

A non-blocking Github Action was introduced to test against this new code sniffer. Actual PHPCS fixes will be introduced in future commits.

Closes https://github.com/buddypress/buddypress/pull/21
See #7228

git-svn-id: https://buddypress.svn.wordpress.org/trunk@13324 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2022-09-11 18:22:23 +00:00

32 lines
276 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
# The custom Docker config file.
.wp-env.override.json