8000 Exclude PHPStan related files from distributions (#39622) · laravel/framework@c46d735 · GitHub
[go: up one dir, main page]

Skip to content

Commit c46d735

Browse files
authored
Exclude PHPStan related files from distributions (#39622)
1 parent 5dc64fd commit c46d735

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/.github export-ignore
1010
/bin export-ignore
1111
/tests export-ignore
12+
/types export-ignore
1213
.editorconfig export-ignore
1314
.gitattributes export-ignore
1415
.gitignore export-ignore
@@ -17,4 +18,5 @@ CHANGELOG-* export-ignore
1718
CODE_OF_CONDUCT.md export-ignore
1819
CONTRIBUTING.md export-ignore
1920
docker-compose.yml export-ignore
21+
phpstan.neon.dist export-ignore
2022
phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)
0