Skip to content

Commit 3c5d703

Browse files
committed
chore: remove dev files in dist version
1 parent 6602495 commit 3c5d703

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

.gitattributes

+20-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
/.github export-ignore
2-
/admin export-ignore
3-
/tests export-ignore
4-
/.editorconfig export-ignore
5-
/.gitattributes export-ignore
6-
/.gitignore export-ignore
7-
/phpunit.xml.dist export-ignore
8-
/phpstan.neon.dist export-ignore
1+
/.github export-ignore
2+
/admin export-ignore
3+
/bin export-ignore
4+
/tests export-ignore
5+
/.editorconfig export-ignore
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/.php-cs-fixer.dist.php export-ignore
9+
/composer-unused.php export-ignore
10+
/deptrac.yml export-ignore
11+
/infection.json.dist export-ignore
12+
/mkdocs.yml export-ignore
13+
/phpstan-baseline.php export-ignore
14+
/phpstan.neon.dist export-ignore
15+
/phpunit.xml.dist export-ignore
16+
/psalm_autoload.php export-ignore
17+
/psalm-baseline.xml export-ignore
18+
/psalm.xml export-ignore
19+
/rector.php export-ignore
20+
/roave-bc-check.yml export-ignore
921

1022
# Configure diff output for .php and .phar files.
1123
*.php diff=php

0 commit comments

Comments
 (0)