Skip to content

Commit 97f0c0b

Browse files
authored
Merge pull request #30 from rayanlevert/3.0
.gitattributes : fix missing 'export-ignore'
2 parents 6824cac + b58681a commit 97f0c0b

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)