Skip to content
Snippets Groups Projects
Commit a9851199 authored by Richard Alam's avatar Richard Alam
Browse files

- don't delete .gitignore under client dir

parent 7805cfb8
No related branches found
No related tags found
No related merge requests found
......@@ -495,6 +495,7 @@
</fileset>
<dirset dir="${OUTPUT_DIR}">
<include name="**/*"/>
<exclude name=".gitignore"/>
<exclude name="locale"/>
</dirset>
</delete>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment