Skip to content
Snippets Groups Projects
Commit fd6f6d50 authored by dgelessus's avatar dgelessus
Browse files

Remove no longer needed diagram cache file excluding/deleting

The current version of the diagram extension now generates these files
only under the build directory, so they are automatically excluded from
Git and deleted on clean.
parent aeefc32f
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,5 @@ gradle-app.setting
combined.bib
*.cache
diag-*.png.cache
diag-*.png
tmp
src/docs/asciidoc/*.adoc
......@@ -124,9 +124,6 @@ asciidoctor {
}
clean {
delete(fileTree('src/docs/asciidoc/images') {
include '**/diag-*'
})
delete(fileTree('src/docs/asciidoc') {
include '*.adoc'
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment