diff options
author | Niklas Laxström <niklas.laxstrom@gmail.com> | 2020-12-05 10:15:14 +0100 |
---|---|---|
committer | Niklas Laxström <niklas.laxstrom@gmail.com> | 2020-12-05 10:15:14 +0100 |
commit | 4debdefb1618391cb734d71fa4a18a1580905413 (patch) | |
tree | d7e47246d43e93316d3bec5e629039673c5fbb69 /.dockerignore | |
parent | e3c542998bcb58357c2f7b8e6d8a728bc992eadb (diff) | |
download | mediawikicore-4debdefb1618391cb734d71fa4a18a1580905413.tar.gz mediawikicore-4debdefb1618391cb734d71fa4a18a1580905413.zip |
Fix a typo in .dockerignore
Change-Id: I0affcc066a4977a5cc85187bd80c914ee8a7c36a
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore index f8aad2c6e1a8..cdedf76ac2be 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ -# local build artifacts that must not be includeda +# local build artifacts that must not be included /composer.lock /node_modules /vendor |