diff options
author | Jeong Arm <kjwonmail@gmail.com> | 2021-05-23 00:43:07 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-22 17:43:07 +0200 |
commit | fcdae100729d4336e5855c0d84f15f9ce8c19320 (patch) | |
tree | d6f80e2ab1a0eecf1e38e232b4663a36cd534d34 | |
parent | 12f8f39e257e1b628d005d67dc0080d287a873eb (diff) |
Ignore git related files from docker build (#16282)
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
-rw-r--r-- | .dockerignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 9bc23d813..52397e75d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,10 @@ .bundle .env .env.* +.git +.gitattributes +.gitignore +.github public/system public/assets public/packs |