1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00

More VSCode devcontainer improvements (#1934)

This commit is contained in:
Stefan Agner
2021-06-22 16:37:05 +02:00
committed by GitHub
parent bfca3f242a
commit 32f2da77f8
3 changed files with 33 additions and 8 deletions

View File

@@ -103,6 +103,10 @@ venv.bak/
# mypy
.mypy_cache/
# PlatformIO
.pio/
# ESPHome
config/
examples/
Dockerfile