Skip to content

Commit

Permalink
[CI SKIP] add asset-cdn.png to repo, but don't export it (gitattributes)
Browse files Browse the repository at this point in the history
  • Loading branch information
arubacao committed Mar 30, 2018
1 parent b8b2a0f commit abbb128
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.gitignore export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/asset-cdn.png export-ignore
/docker-compose.yml export-ignore
/Dockerfile export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://www.dropbox.com/s/r3i5zt72ugtneou/asset-cdn.png?raw=1"></p>
<p align="center"><img src="/asset-cdn.png"></p>

<p align="center">
<a href="https://packagist.org/packages/arubacao/asset-cdn"><img src="https://img.shields.io/packagist/v/arubacao/asset-cdn.svg?style=flat-square" alt="Latest Stable Version"></a>
Expand All @@ -8,8 +8,9 @@
<a href="https://packagist.org/packages/arubacao/asset-cdn"><img src="https://img.shields.io/packagist/dt/arubacao/asset-cdn.svg?style=flat-square" alt="Total Downloads"></a>
</p>


<p align="center">
**Serve Laravel Assets from a Content Delivery Network (CDN)**
</p>

## Introduction

Expand Down Expand Up @@ -212,7 +213,7 @@ The following example is recommended for AWS S3.
# .env
USE_CDN=true # Enables asset-cdn
USE_CDN=false # Disables asset-cdn. (default)
USE_CDN=false # Disables asset-cdn (default)
```

## Usage
Expand Down
Binary file added asset-cdn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abbb128

Please sign in to comment.