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 720b707 commit 52d6776Copy full SHA for 52d6776
.gitattributes
@@ -8,8 +8,11 @@
8
*.htm text
9
*.svg text
10
11
-/.gitattributes export-ignore
12
-/.github export-ignore
13
-/.gitignore export-ignore
14
-/phpunit.xml export-ignore
15
-/tests export-ignore
+# Ignore all test and documentation with "export-ignore".
+/.gitattributes export-ignore
+/.github export-ignore
+/.gitignore export-ignore
+/tests export-ignore
16
+/SECURITY.md export-ignore
17
+/phpcs.xml export-ignore
18
+/phpunit.xml export-ignore
.gitignore
@@ -1,3 +1,5 @@
1
-excluded
2
-gui
3
-.idea
+composer.phar
+composer.lock
+phpunit.xml
4
+vendor
5
+.phpunit.result.cache
0 commit comments