X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.dockerignore;fp=.dockerignore;h=cdd0a8941192ab0771252ec07129129e25c72d0b;hb=5420c87e22570c8aface1dfe5fc1f54bd6bb4845;hp=0000000000000000000000000000000000000000;hpb=e36479d9ffd71b504bc99501ea1fef2579ff46b6;p=github%2Fshaarli%2FShaarli.git diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..cdd0a894 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,44 @@ +# Docker-ignore +.dev +.git +.github +tests + +# Shaarli runtime resources +cache/* +data/* +pagecache/* +tmp/* + +# Eclipse project files +.settings +.buildpath +.project + +# Raintpl generated pages +*.rtpl.php + +# 3rd-party dependencies +vendor/ + +# Release archives +*.tar.gz +*.zip +inc/languages/*/LC_MESSAGES/shaarli.mo + +# Development and test resources +coverage +doxygen +sandbox +phpmd.html + +# User plugin configuration +plugins/*/config.php + +# HTML documentation +doc/html/ + +# 3rd party themes +tpl/* +!tpl/default +!tpl/vintage