mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
Add empty cache dir
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
<target name="package" description="Package the application for distribution">
|
<target name="package" description="Package the application for distribution">
|
||||||
<tar destfile="${basedir}/build/gitlist.tar.gz"
|
<tar destfile="${basedir}/build/gitlist.tar.gz"
|
||||||
basedir="${basedir}/"
|
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"
|
compression="gzip"
|
||||||
longfile="gnu"
|
longfile="gnu"
|
||||||
/>
|
/>
|
||||||
|
|||||||
0
cache/.gitkeep
vendored
Normal file
0
cache/.gitkeep
vendored
Normal file
Reference in New Issue
Block a user