X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.dockerignore;h=19fd87a50f4344505083bdfad643080ef9bb1c90;hb=refs%2Fheads%2Flatest;hp=cdd0a8941192ab0771252ec07129129e25c72d0b;hpb=2075321f6569dfa610905991b315aae1956b7f78;p=github%2Fshaarli%2FShaarli.git diff --git a/.dockerignore b/.dockerignore index cdd0a894..19fd87a5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,14 +2,28 @@ .dev .git .github +.gitattributes +.gitignore +.travis.yml tests +# Docker related resources are not needed inside the container +.dockerignore +Dockerfile +Dockerfile.armhf + +# Docker Compose resources +docker-compose.yml + # Shaarli runtime resources cache/* data/* pagecache/* tmp/* +# Shaarli's docs are created during the build +doc/html/ + # Eclipse project files .settings .buildpath @@ -35,10 +49,17 @@ phpmd.html # User plugin configuration plugins/*/config.php -# HTML documentation -doc/html/ - # 3rd party themes tpl/* !tpl/default !tpl/vintage + +# Front end +node_modules +tpl/default/js +tpl/default/css +tpl/default/fonts +tpl/default/img +tpl/vintage/js +tpl/vintage/css +tpl/vintage/img