Skip to content

Commit 79023eb

Browse files
committed
Fix faulty .gitattributes entry for the PHIVE configuration file
A path isn't enough - we also need the `export-ignore`.
1 parent c01ca4b commit 79023eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/.gitattributes export-ignore
22
/.github/ export-ignore
33
/.gitignore export-ignore
4-
/.phive/
4+
/.phive/ export-ignore
55
/Doxyfile export-ignore
66
/phpcs.xml export-ignore
77
/phpunit.xml export-ignore

0 commit comments

Comments
 (0)