[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:
Jesse Hills
2026-05-08 21:28:03 +12:00
parent 7b6e2589f1
commit 93202375f4
+1 -1
View File
@@ -115,4 +115,4 @@ examples/
Dockerfile
.git/
tests/
.*
.?*