Skip to content

Commit

Permalink
ignore the sample file when exporting the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Mar 27, 2024
1 parent 1ab75c4 commit fa281a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.gitignore export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/samples export-ignore
2 changes: 1 addition & 1 deletion proofs/file/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static function($assert) use ($io, $capabilities) {
$atPath = Model::atPath(
$capabilities->readable(),
$io,
Path::of('fixtures/sample.pdf'),
Path::of('samples/sample.pdf'),
);
$content = Model::ofChunks($atPath->chunks());

Expand Down
File renamed without changes.

0 comments on commit fa281a2

Please sign in to comment.