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 f8c34a0 commit 79d9370Copy full SHA for 79d9370
1 file changed
.distignore
@@ -0,0 +1,31 @@
1
+.gitattributes
2
+.gitignore
3
+.distignore
4
+.phplint.yml
5
+_config.yml
6
+composer.json
7
+composer.lock
8
+phpcs.xml
9
+phpstan.neon
10
+phpunit.xml
11
+phpunit.xml.dist
12
+.phpunit.result.cache
13
+.phplint-cache
14
+README.md
15
+strauss.phar
16
+build/strauss.phar
17
+build/composer.lock
18
+build/composer.json
19
+tests
20
+phpstan-stubs
21
+
22
+/.circleci
23
+/.claude
24
+/.github
25
+/.git
26
+/.idea
27
+/tests
28
+/vendor
29
+/vendor_prefixed
30
+/src
31
+/assets
0 commit comments