diff options
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..57453172 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,10 @@ +.dockerignore +.git +.gitignore +.editorconfig +.idea +.github +/src +/tests +/bin +composer.json |