]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .dockerignore
docker: build the image from the local sources
[github/shaarli/Shaarli.git] / .dockerignore
diff --git a/.dockerignore b/.dockerignore
new file mode 100644 (file)
index 0000000..c92a2a1
--- /dev/null
@@ -0,0 +1,30 @@
+# Shaarli runtime resources
+cache/*
+data/*
+pagecache/*
+tmp/*
+
+# Eclipse project files
+.settings
+.buildpath
+.project
+
+# Raintpl generated pages
+*.rtpl.php
+
+# 3rd-party dependencies
+composer.lock
+vendor/
+
+# Release archives
+*.tar
+*.zip
+
+# Development and test resources
+coverage
+doxygen
+sandbox
+phpmd.html
+
+# User plugin configuration
+plugins/*/config.php