We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afa848 commit f86cea2Copy full SHA for f86cea2
.gitattributes
@@ -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
@@ -1,6 +1,7 @@
/.phpdoc/*
-.phpunit.cache/*
-.phpunit.result.cache
+/.phpunit.cache/*
+/.phpunit.result.cache
+/composer.lock
/coverage/*
/vendor/*
/pkg/
0 commit comments