Skip to content

Commit

Permalink
Merge pull request #973 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Rename DEVELOPERS.md to CONTRIBUTING.md
  • Loading branch information
mmaymo authored Jan 3, 2025
2 parents d60930e + 99983d4 commit 93991f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
12 changes: 6 additions & 6 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 93991f8

Please sign in to comment.