Add empty cache dir

This commit is contained in:
Jerome Tamarelle
2012-07-19 14:18:07 +02:00
parent 1a1740047e
commit 027c0ee60d
2 changed files with 1 additions and 1 deletions

View File

@@ -77,7 +77,7 @@
<target name="package" description="Package the application for distribution">
<tar destfile="${basedir}/build/gitlist.tar.gz"
basedir="${basedir}/"
excludes="build/**, tests/**, cache/**, phpunit.xml.dist, cache.properties, .gitignore, .travis.yml, build.xml, composer.json, composer.lock"
excludes="build/**, tests/**, phpunit.xml.dist, cache.properties, .gitignore, .travis.yml, build.xml, composer.json, composer.lock"
compression="gzip"
longfile="gnu"
/>

0
cache/.gitkeep vendored Normal file
View File