Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit e82507e

Browse files
committed
Added trailing slashes with directories in .gitattributes
1 parent 9daeef9 commit e82507e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/.gitignore export-ignore
44
/.travis.yml export-ignore
55
/composer.lock export-ignore
6-
/docs export-ignore
6+
/docs/ export-ignore
77
/mkdocs.yml export-ignore
88
/phpcs.xml export-ignore
99
/phpunit.xml.dist export-ignore
10-
/test export-ignore
10+
/test/ export-ignore

0 commit comments

Comments
 (0)