mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02: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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user