]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .dockerignore
Merge branch 'v0.11' into stable
[github/shaarli/Shaarli.git] / .dockerignore
index cdd0a8941192ab0771252ec07129129e25c72d0b..96fd31c5bf630425977583f46de76fae72d6def9 100644 (file)
@@ -4,6 +4,9 @@
 .github
 tests
 
+# Docker Compose resources
+docker-compose.yml
+
 # Shaarli runtime resources
 cache/*
 data/*
@@ -35,10 +38,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