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 b7a9ace commit 55b675eCopy full SHA for 55b675e
.gitattributes
@@ -3,12 +3,14 @@
3
/.gitattributes export-ignore
4
/.gitignore export-ignore
5
/.travis.yml export-ignore
6
-/phpunit.xml.dist export-ignore
7
-/tests export-ignore
8
-/Gruntfile.js export-ignore
9
/codesniffer.xml export-ignore
+/composer.json export-ignore
10
/composer.lock export-ignore
11
-/README.md export-ignore
12
-/vendor export-ignore
13
-/build export-ignore
+/phpunit.xml.dist export-ignore
+/Gruntfile.js export-ignore
+/package.json export-ignore
14
/node_modules/* export-ignore
+/tests export-ignore
+/build export-ignore
15
+/vendor export-ignore
16
+/README.md export-ignore
0 commit comments