-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(composer.json): archive unnecessary files from package
- Loading branch information
1 parent
a951834
commit 1dc5c8a
Showing
5 changed files
with
42 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# The ! character is not supported in .gitattributes so we have to include all the files or directories here to exclude from composer archive | ||
# If a file or directory is not excluded using the export-ignore attribute, it will be included in the archive by default. | ||
|
||
# directories to exclude | ||
.devcontainer export-ignore | ||
.github export-ignore | ||
reports export-ignore | ||
docs export-ignore | ||
tests export-ignore | ||
|
||
# files to exclude | ||
.releaserc.json export-ignore | ||
composer.json export-ignore | ||
phpdoc.dist.xml export-ignore | ||
phpunit.xml.dist export-ignore | ||
*.sh export-ignore | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
gulpfile.js export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.