Skip to content

Commit 15ca15b

Browse files
committed
.gitattributes : fix missing 'export-ignore'
1 parent 6728bf8 commit 15ca15b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
/docker-compose.yml export-ignore
44
/phpcs.xml export-ignore
55
/phpunit.xml export-ignore
6-
/.github
7-
/docker
8-
/tests
6+
/.github export-ignore
7+
/docker export-ignore
8+
/tests export-ignore

0 commit comments

Comments
 (0)