From c4c864a401da6afa763dfef887b131bfcc78b535 Mon Sep 17 00:00:00 2001 From: Jeroen van den Enden Date: Tue, 19 Dec 2023 23:41:52 +0000 Subject: [PATCH] Move github assets and update gitattributes --- .gitattributes | 4 +++- {assets => .github}/blackfire.png | Bin {assets => .github}/example.png | Bin README.md | 4 ++-- 4 files changed, 5 insertions(+), 3 deletions(-) rename {assets => .github}/blackfire.png (100%) rename {assets => .github}/example.png (100%) diff --git a/.gitattributes b/.gitattributes index dbc5d83e..e31efa29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ -/.github/workflows/ export-ignore +/.github/ export-ignore /tests/ export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore diff --git a/assets/blackfire.png b/.github/blackfire.png similarity index 100% rename from assets/blackfire.png rename to .github/blackfire.png diff --git a/assets/example.png b/.github/example.png similarity index 100% rename from assets/example.png rename to .github/example.png diff --git a/README.md b/README.md index 8c09d0d9..dfb6d4cb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ as PNG, SVG, EPS or in binary format. ## Sponsored by -[![Blackfire.io](assets/blackfire.png)](https://www.blackfire.io) +[![Blackfire.io](.github/blackfire.png)](https://www.blackfire.io) ## Installation @@ -113,7 +113,7 @@ $result->saveToFile(__DIR__.'/qrcode.png'); $dataUri = $result->getDataUri(); ``` -![QR Code](assets/example.png) +![QR Code](.github/example.png) ### Writer options