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 68cf384 commit 29d1705Copy full SHA for 29d1705
.gitattributes
@@ -0,0 +1,13 @@
1
+.* export-ignore
2
+*.md export-ignore
3
+tests export-ignore
4
+docs export-ignore
5
+examples export-ignore
6
+mongo-orchestration export-ignore
7
+stubs export-ignore
8
+tools export-ignore
9
+phpcs.xml.dist export-ignore
10
+phpunit.evergreen.xml export-ignore
11
+phpunit.xml.dist export-ignore
12
+psalm.xml.dist export-ignore
13
+psalm-baseline.xml export-ignore
.gitignore
@@ -0,0 +1,21 @@
+# Composer
+composer.phar
+composer.lock
+vendor/
+
+# PHPUnit
+phpunit.phar
+phpunit.xml
+.phpunit.result.cache
+# phpcs
+.phpcs-cache
+phpcs.xml
14
15
+# psalm
16
+psalm.xml
17
18
+# phpbench
19
+.phpbench/
20
+phpbench.json
21
0 commit comments