mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11291] phing: Exclude vendor folder from diffs.
Otherwise we end up with very huge diffs and the build process is severely slowed down. PHPBB3-11291
This commit is contained in:
parent
46a752ee62
commit
1fc103e3f3
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@
|
||||||
<delete dir="${dir}/files" />
|
<delete dir="${dir}/files" />
|
||||||
<delete dir="${dir}/install" />
|
<delete dir="${dir}/install" />
|
||||||
<delete dir="${dir}/store" />
|
<delete dir="${dir}/store" />
|
||||||
|
<delete dir="${dir}/vendor" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Add table
Reference in a new issue