Skip to content

Commit 6824cac

Browse files
authored
Merge pull request #29 from rayanlevert/3.0
.gitattributes : fix certain names of files and directories
2 parents 40037b1 + 0c34dc4 commit 6824cac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitattributes

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
3-
/.docker-compose.yml export-ignore
4-
/.phpcs.xml export-ignore
5-
/.phpunit.xml export-ignore
3+
/docker-compose.yml export-ignore
4+
/phpcs.xml export-ignore
5+
/phpunit.xml export-ignore
66
/.github
7-
/.docker
8-
/.tests
7+
/docker
8+
/tests

0 commit comments

Comments
 (0)