]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .dockerignore
Merge tag 'v0.12.1' into latest
[github/shaarli/Shaarli.git] / .dockerignore
index cdd0a8941192ab0771252ec07129129e25c72d0b..19fd87a50f4344505083bdfad643080ef9bb1c90 100644 (file)
@@ -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