Skip to content

Commit f86cea2

Browse files
author
Andy
committed
update .git* files
1 parent 5afa848 commit f86cea2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# .gitattributes
2+
/.github export-ignore
3+
/.gitignore export-ignore
4+
/dev export-ignore
5+
/docs export-ignore
6+
/phpunit.xml export-ignore
7+
/README.md export-ignore
8+
/tests export-ignore

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/.phpdoc/*
2-
.phpunit.cache/*
3-
.phpunit.result.cache
2+
/.phpunit.cache/*
3+
/.phpunit.result.cache
4+
/composer.lock
45
/coverage/*
56
/vendor/*
67
/pkg/

0 commit comments

Comments
 (0)