Commit 4f766781 authored by Igor Wiedler's avatar Igor Wiedler

ignore .git when building phar

parent d5469f1e
...@@ -35,6 +35,7 @@ class Compiler ...@@ -35,6 +35,7 @@ class Compiler
$finder = new Finder(); $finder = new Finder();
$finder-> $finder->
files()-> files()->
ignoreVCS(true)->
name('*.php')-> name('*.php')->
exclude('tests')-> exclude('tests')->
exclude('Bundle')-> exclude('Bundle')->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment