Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
Bugfix: ignore composer vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Jul 26, 2013
1 parent 21488b1 commit 9e53bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
1 change: 1 addition & 0 deletions generate-package.php
Expand Up @@ -46,6 +46,7 @@ function handleError($error) {
'.git*',
'generate-package.php',
'*.tgz',
'vendor/',
)
)
);
Expand Down
11 changes: 1 addition & 10 deletions package.xml
Expand Up @@ -28,7 +28,7 @@ The default is 'Twitter Bootstrap'.
<active>yes</active>
</lead>
<date>2013-07-26</date>
<time>17:50:50</time>
<time>17:54:33</time>
<version>
<release>0.4.0</release>
<api>0.4.0</api>
Expand Down Expand Up @@ -96,15 +96,6 @@ https://github.com/easybib/EasyBib_Form_Decorator/pulls?direction=desc&amp;page=
<file baseinstalldir="/" name="phpunit.xml" role="test" />
<file baseinstalldir="/" name="TestForm.php" role="test" />
</dir> <!-- /tests -->
<dir name="vendor">
<dir name="composer">
<file baseinstalldir="/" name="autoload_classmap.php" role="php" />
<file baseinstalldir="/" name="autoload_namespaces.php" role="php" />
<file baseinstalldir="/" name="autoload_real.php" role="php" />
<file baseinstalldir="/" name="ClassLoader.php" role="php" />
</dir> <!-- /vendor/composer -->
<file baseinstalldir="/" name="autoload.php" role="php" />
</dir> <!-- /vendor -->
<file baseinstalldir="/" name="composer.json" role="data" />
<file baseinstalldir="/" name="composer.phar" role="data" />
<file baseinstalldir="/" name="README.md" role="doc" />
Expand Down

0 comments on commit 9e53bc4

Please sign in to comment.