mirror of
https://github.com/esphome/esphome.git
synced 2026-05-09 21:28:40 +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
|
||||
.git/
|
||||
tests/
|
||||
.*
|
||||
.?*
|
||||
|
||||
Reference in New Issue
Block a user