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

ignore .git when building phar

parent d5469f1e
......@@ -35,6 +35,7 @@ class Compiler
$finder = new Finder();
$finder->
files()->
ignoreVCS(true)->
name('*.php')->
exclude('tests')->
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