From 40f5bdc94b8f15ec73302db48408bcfbae38fead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Tue, 29 Oct 2024 21:06:12 +0100 Subject: [PATCH] test --- .distignore | 6 +++--- .gitattributes | 11 +++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.distignore b/.distignore index 799dca4..471f8fb 100644 --- a/.distignore +++ b/.distignore @@ -1,3 +1,4 @@ +.distignore .git .gitignore .wordpress-org @@ -7,18 +8,17 @@ CHANGELOG.md CODE_OF_CONDUCT.md composer.json composer.lock +docker-compose.yml Dockerfile docs -docker-compose.yml FEDERATION.md Gruntfile.js node_modules -package-lock.json package.json +package-lock.json phpcs.xml phpunit.xml README.md src tests vendor -.distignore \ No newline at end of file diff --git a/.gitattributes b/.gitattributes index ff04d41..ae639c6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,24 +1,23 @@ +.distignore export-ignore +.forgejo export-ignore +.gitattributes 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 +docker-compose.yml 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 +package-lock.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 -.forgejo export-ignore -.gitattributes export-ignore