Skip to content

Commit ac534c1

Browse files
fix: Exclude phpstan-console.neon from the package in .gitattributes. (#72)
1 parent a168fae commit ac534c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
/docs export-ignore
3737
/ecs.php export-ignore
3838
/infection.json5 export-ignore
39+
/phpstan-console.neon export-ignore
3940
/phpstan.neon export-ignore
4041
/phpunit.xml.dist export-ignore
4142
/psalm.xml export-ignore

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 0.3.2 Under development
44

55
- Bug #71: Update `.gitattributes` to exclude additional files from the package (@terabytesoftw)
6+
- Bug #72: Exclude `phpstan-console.neon` from the package in `.gitattributes` (@terabytesoftw)
67

78
## 0.3.1 August 16, 2025
89

0 commit comments

Comments
 (0)