aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-10-24 00:14:12 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-24 00:14:12 +0200
commit9ca49408e06eb6ca797a4aae1a3f2fe5919930a8 (patch)
treed2ee287aab3aee0c61cec9671f57c53a6b786956 /.dockerignore
parentda4f0dea1fe8af7d8e81381ed60ff3cc61243884 (diff)
GitHub Action automatic tests (#3920)
* PHP lint + phpunit + Manipulate translations + phpcs * eslint + markdownlint + rtlcss + stylelint * shellcheck + shfmt + hadolint
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore12
1 files changed, 6 insertions, 6 deletions
diff --git a/.dockerignore b/.dockerignore
index 80e336989..9f71b21bb 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,6 +1,6 @@
-**/.git/
-**/bin/
-**/data/
-**/docs/
-**/node_modules/
-**/package*.json
+/.git/
+/bin/
+/data/
+/docs/
+/node_modules/
+/vendor/