Skip to content

Commit 48d458a

Browse files
committed
Add .gitattributes to ignore not needed configuration when export the library
1 parent 126e8b3 commit 48d458a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/docker export-ignore
2+
/test export-ignore
3+
/var export-ignore
4+
/docker-compose.yml export-ignore
5+
/.* export-ignore
6+
/Makefile export-ignore
7+
/phpunit.xml export-ignore
8+
/phpstan.* export-ignore

0 commit comments

Comments
 (0)