Skip to content

Commit 204f17b

Browse files
committed
fix: ignore dev files in github releases
1 parent 95ff593 commit 204f17b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/.build export-ignore
22
/.github export-ignore
3+
/.phive export-ignore
34
/docs export-ignore
45
/tests export-ignore
56
.editorconfig export-ignore
@@ -10,10 +11,15 @@
1011
.php-cs-fixer.dist.php export-ignore
1112
.pre-commit-config.yaml export-ignore
1213
.yamllint.yaml export-ignore
14+
composer.lock export-ignore
15+
composer-require-checker.json export-ignore
1316
docker-compose.yaml export-ignore
17+
infection.json.dist export-ignore
1418
Makefile export-ignore
1519
package.json export-ignore
1620
phpstan.neon.dist export-ignore
1721
phpstan-baseline.neon export-ignore
1822
phpunit.xml.dist export-ignore
1923
renovate.json export-ignore
24+
rector.php export-ignore
25+
renovate.json export-ignore

package.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)