Skip to content

Commit

Permalink
change: Exclude unnecessary files from distribution archives
Browse files Browse the repository at this point in the history
  • Loading branch information
acoulton committed Dec 13, 2024
1 parent 7b36014 commit f9983f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ README text eol=lf
*.swf binary
*.zip binary
*.sqlite binary

# Ignore paths that should not be included in an archive (eg for a distribution version)
/.github export-ignore
/docs export-ignore
/test export-ignore
phpunit.xml export-ignore
koharness.php export-ignore
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* [BREAKING] ContentSnippetContentFilter is now an interface, use HtmlPurifierContentFilter for
a runtime implementation. The ->filterContent now returns a ContentFilterResult DTO instead of
a plain array.
* Internal test & config files are now excluded from distribution archives
* Upgraded to PHPUnit 11 for internal tests

### v1.5.0 (2024-10-01)
Expand Down

0 comments on commit f9983f5

Please sign in to comment.