Skip to content

Commit ec1b441

Browse files
committed
Added .gitattributes
1 parent 55f5814 commit ec1b441

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.* export-ignore
2+
/tests export-ignore
3+
phpunit.xml.dist export-ignore

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# hidden files
22
.*
33
!.gitignore
4+
!.gitattributes
45
!.github
56

67
#composer

0 commit comments

Comments
 (0)