Skip to content

Commit fd7dfc9

Browse files
authored
Merge pull request #141 from tighten/gc/adds-gitattributes
adds `.gitattributes`
2 parents 63e5bb8 + 9115655 commit fd7dfc9

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Path-based git attributes
2+
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3+
4+
# Ignore all test and documentation with "export-ignore".
5+
/.github export-ignore
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/tests export-ignore
9+
/phpunit.xml export-ignore
10+
/art export-ignore
File renamed without changes.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Parental - Use single table inheritance in your Laravel App](parental-banner.png)
1+
![Parental - Use single table inheritance in your Laravel App](/art/parental-banner.png)
22

33
# Parental
44

0 commit comments

Comments
 (0)