]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .dockerignore
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[github/shaarli/Shaarli.git] / .dockerignore
index a0d28dc6212f28f3dea3f4dbb57a440071e474fa..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