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 2445135 commit d45c89dCopy full SHA for d45c89d
.gitattributes
@@ -2,15 +2,15 @@
2
3
/.editorconfig export-ignore
4
/.gitattributes export-ignore
5
+/.github export-ignore
6
/.gitignore export-ignore
7
/.php_cs export-ignore
8
+/.scrutinizer.yml export-ignore
9
/.travis.yml export-ignore
-/examples export-ignore
-/phpunit.xml export-ignore
10
/README.md export-ignore
11
/scrutinizer.yml export-ignore
12
-/test export-ignore
13
/CHANGELOG.md export-ignore
14
-/CONTRIBUTING.md export-ignore
15
/CONDUCT.md export-ignore
16
-/ISSUE_TEMPLATE.md export-ignore
+/phpunit.xml export-ignore
+/examples export-ignore
+/test export-ignore
CONTRIBUTING.md renamed to .github/CONTRIBUTING.md
ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE.md
0 commit comments