Skip to content

Commit 79d9370

Browse files
committed
CI: update .distignore build step
1 parent f8c34a0 commit 79d9370

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.distignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)