We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54981c commit a05ee05Copy full SHA for a05ee05
.gitattributes
@@ -0,0 +1,10 @@
1
+* text=auto
2
+
3
+/.editorconfig export-ignore
4
+/phpunit.php export-ignore
5
+/phpunit.xml.dist export-ignore
6
+/README.md export-ignore
7
+/.github export-ignore
8
+/.gitattributes export-ignore
9
+/.gitignore export-ignore
10
+/tests/ export-ignore
.gitignore
@@ -0,0 +1,4 @@
+/node_modules
+/vendor
+phpunit
+composer.lock
0 commit comments