mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2026-08-05 13:00:26 +08:00
Signed-off-by: Kaspars Dambis <hi@kaspars.net> Co-authored-by: Ipstenu (Mika Epstein) <Ipstenu@users.noreply.github.com>
18 lines
296 B
Text
18 lines
296 B
Text
/.cache/
|
|
/node_modules/
|
|
*.bak
|
|
/.vscode
|
|
/vendor/
|
|
.wp-env.override.json
|
|
.phpunit.result.cache
|
|
phpunit.xml
|
|
phpcs.xml
|
|
phpstan.neon
|
|
.wp-env.override.json
|
|
/tests/phpunit/cache
|
|
/tests/phpunit/coverage
|
|
wp-tests-config.php
|
|
*.swp
|
|
|
|
# Track placeholders so that empty directories stay in the repo.
|
|
!.gitkeep
|