mirror of
https://github.com/esphome/esphome.git
synced 2026-05-29 23:07:16 +08:00
[docker] Silence CopyIgnoredFile warning for build context root
Change `.*` to `.?*` in .dockerignore so the literal `.` build context root passed to `COPY . /esphome` no longer matches the catch-all dotfile pattern. All real dotfiles still match.
This commit is contained in:
+1
-1
@@ -115,4 +115,4 @@ examples/
|
|||||||
Dockerfile
|
Dockerfile
|
||||||
.git/
|
.git/
|
||||||
tests/
|
tests/
|
||||||
.*
|
.?*
|
||||||
|
|||||||
Reference in New Issue
Block a user