Преглед на файлове

Merge pull request #1309 from gajdaw/export-ignore

[Documentation] export-ignore Tests/ fix
Jordi Boggiano преди 12 години
родител
ревизия
7eb0cdddb0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      doc/02-libraries.md

+ 1 - 1
doc/02-libraries.md

@@ -129,7 +129,7 @@ Use `.gitattributes` to prevent unwanted files from bloating the zip
 distribution packages.
 
     // .gitattributes
-    Tests/ export-ignore
+    /Tests export-ignore
     phpunit.xml.dist export-ignore
     Resources/doc/ export-ignore
     .travis.yml export-ignore