Skip to content

Commit f9f5efc

Browse files
committed
Update .gitattributes
As per the script mentioned in Slack: https://laminas.slack.com/archives/C4QBQUEG5/p1659021962269249?thread_ts=1659008498.914889&cid=C4QBQUEG5 https://gist.github.com/TimWolla/d2c29fa7dbd2c6de3a80cf21508cde26 Signed-off-by: Tim Düsterhus <duesterhus@woltlab.com>
1 parent 23b8dd4 commit f9f5efc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitattributes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/.gitattributes export-ignore
22
/.github/ export-ignore
33
/.gitignore export-ignore
4+
/composer.lock export-ignore
45
/docs/ export-ignore
56
/mkdocs.yml export-ignore
67
/phpcs.xml export-ignore
7-
/psalm.xml export-ignore
8-
/psalm-baseline.xml export-ignore
98
/phpunit.xml.dist export-ignore
9+
/psalm-baseline.xml export-ignore
10+
/psalm.xml export-ignore
11+
/renovate.json export-ignore
1012
/test/ export-ignore

0 commit comments

Comments
 (0)