Skip to content

Commit 9ecf3c8

Browse files
authored
bug #1283 Ignore files from vendor (tools, appveyor.yml, phpunit.xml.dist)
1 parent 490e550 commit 9ecf3c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitattributes

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.* export-ignore
22
*.md export-ignore
3-
appveyor.yml
4-
phpunit.xml.dist
3+
/appveyor.yml
4+
/phpunit.xml.dist
55
/tests export-ignore
6+
/tools export-ignore

0 commit comments

Comments
 (0)