Skip to content

Commit 927dd17

Browse files
committed
add git dot.files
1 parent 8a7caf7 commit 927dd17

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.github export-ignore
2+
/.styleci.yml export-ignore
3+
/phpunit.xml.dist export-ignore
4+
/tests export-ignore

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/vendor/
2+
/composer.lock
3+
/.phpunit.result.cache

0 commit comments

Comments
 (0)