Skip to content

Commit 042c0d3

Browse files
authored
Add .gitattributes (#53)
* Add `.gitattributes` * Reverting changes in `.github/workflows/downgraded_release.yaml`, although I believe having this step is unnecessary
1 parent 8819a42 commit 042c0d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/.* export-ignore
2+
/build/ export-ignore
3+
/tests/ export-ignore
4+
/ecs.php export-ignore
5+
/phpstan.neon export-ignore
6+
/phpunit.xml export-ignore
7+
/rector.php export-ignore

0 commit comments

Comments
 (0)