From e45776c0647ac400ae6373c9dffa85fc29b4980b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 29 Dec 2024 11:10:52 +0100 Subject: [PATCH 1/2] Rename DEVELOPERS.md to CONTRIBUTING.md --- DEVELOPERS.md => CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename DEVELOPERS.md => CONTRIBUTING.md (100%) diff --git a/DEVELOPERS.md b/CONTRIBUTING.md similarity index 100% rename from DEVELOPERS.md rename to CONTRIBUTING.md From 99983d4c1b5a141d386ff62fcb906fe98d025a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 29 Dec 2024 10:41:07 +0000 Subject: [PATCH 2/2] Change developers to contributing in all files --- .gitattributes | 2 +- gulpfile.js | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 72c885b0e..fb3262d74 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,7 +11,7 @@ docker export-ignore .travis.yml export-ignore composer.lock export-ignore deploy.sh export-ignore -DEVELOPERS.md export-ignore +CONTRIBUTING.md export-ignore docker.mk export-ignore docker-compose.yml export-ignore docker-sync.yml export-ignore diff --git a/gulpfile.js b/gulpfile.js index bd3565166..3392f4425 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -236,12 +236,12 @@ function _archive({baseDir, buildDir, distDir, packageVersion, packageName}) { '!**/readme.md', '!**/readme.txt', '!**/readme.txt', - '!**/DEVELOPERS', - '!**/developers', - '!**/DEVELOPERS.md', - '!**/developers.md', - '!**/DEVELOPERS.txt', - '!**/developers.txt', + '!**/CONTRIBUTING', + '!**/contributing', + '!**/CONTRIBUTING.md', + '!**/contributing.md', + '!**/CONTRIBUTING.txt', + '!**/contributing.txt', '!**/composer.json', '!**/composer.lock', '!**/package.json',