Skip to content

Commit 2c05e23

Browse files
committed
Add .gitattributes and prepare 2.1.0
1 parent 9682f10 commit 2c05e23

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/bin export-ignore
4+
/docker export-ignore
5+
/tests export-ignore

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
[![version](https://img.shields.io/badge/version-2.0.1-green.svg)](https://github.com/steevanb/php-backtrace/tree/2.0.1)
2-
[![php](https://img.shields.io/badge/php-^5.4%20||%20^7.0-blue.svg)](http://php.net)
3-
![Lines](https://img.shields.io/badge/code%20lines-519-green.svg)
1+
[![version](https://img.shields.io/badge/version-2.1.0-green.svg)](https://github.com/steevanb/php-backtrace/tree/2.1.0)
2+
[![php](https://img.shields.io/badge/php-^5.4%20||%20^7.0||%20^8.0-blue.svg)](http://php.net)
3+
![Lines](https://img.shields.io/badge/code%20lines-1463-green.svg)
44
![Total Downloads](https://poser.pugx.org/steevanb/php-backtrace/downloads)
5-
[![SensionLabsInsight](https://img.shields.io/badge/SensionLabsInsight-platinum-brightgreen.svg)](https://insight.sensiolabs.com/projects/2b6dd6a0-ef48-4b5b-ba13-e825e0841be3/analyses/15)
65
[![Scrutinizer](https://scrutinizer-ci.com/g/steevanb/php-backtrace/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/steevanb/php-backtrace/)
76

87
php-backtrace

0 commit comments

Comments
 (0)