Skip to content

Commit c4cb730

Browse files
committed
Add header image to README
Add a branded header image to the README and exclude the /art directory from the distributed package via export-ignore in .gitattributes.
1 parent 9196405 commit c4cb730

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# Exclude development-only files from the distributed package.
55
/.github export-ignore
6+
/art export-ignore
67
/tests export-ignore
78
/.editorconfig export-ignore
89
/.gitattributes export-ignore

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Laravel VIN
22

3+
![Laravel VIN — powerful VIN lookup for Laravel](art/header.png)
4+
35
[![Latest Version on Packagist](https://img.shields.io/packagist/v/alwayscurious/laravel-vin.svg?style=flat-square)](https://packagist.org/packages/alwayscurious/laravel-vin)
46
[![Tests](https://github.com/alwayscurious/laravel-vin/actions/workflows/tests.yml/badge.svg)](https://github.com/alwayscurious/laravel-vin/actions/workflows/tests.yml)
57
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)

art/header.png

1.49 MB
Loading

0 commit comments

Comments
 (0)