From 1c67f7a33876d9c9c2075102fd70c8b93dbd5559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Tue, 29 Oct 2024 20:58:59 +0100 Subject: [PATCH] test --- .distignore | 10 ---------- .gitattributes | 24 ++++++++++++++++++++++-- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/.distignore b/.distignore index 0e17727..799dca4 100644 --- a/.distignore +++ b/.distignore @@ -1,11 +1,7 @@ .git .gitignore -.php_cs -.svnignore .wordpress-org .wp-env.json -_config.yml -_site bin CHANGELOG.md CODE_OF_CONDUCT.md @@ -13,21 +9,15 @@ composer.json composer.lock Dockerfile docs -docker-compose-test.yml docker-compose.yml FEDERATION.md Gruntfile.js -Makefile node_modules -npm-debug.log package-lock.json package.json phpcs.xml phpunit.xml -phpunit.xml.dist README.md -readme.md -SECURITY.md src tests vendor diff --git a/.gitattributes b/.gitattributes index 9d9092a..7ec1984 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,22 @@ -/tests export-ignore -/bin export-ignore +.gitignore export-ignore +.wp-env.json export-ignore +bin export-ignore +CHANGELOG.md export-ignore +CODE_OF_CONDUCT.md export-ignore +composer.json export-ignore +composer.lock export-ignore +Dockerfile export-ignore +docs export-ignore +docker-compose.yml export-ignore +FEDERATION.md export-ignore +Gruntfile.js export-ignore +node_modules export-ignore +package-lock.json export-ignore +package.json export-ignore +phpcs.xml export-ignore +phpunit.xml export-ignore +README.md export-ignore +src export-ignore +tests export-ignore +vendor export-ignore +.distignore export-ignore