Merge pull request #107 from GromNaN/cache-dir

Add empty cache dir
This commit is contained in:
Klaus Silveira
2012-07-20 21:04:05 -07:00
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