1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 17:08:36 +01:00

🚀 Adds venv to .dockerignore (#701)

This commit is contained in:
Franck Nijhof
2018-09-17 21:03:14 +02:00
committed by Pascal Vizeli
parent 622e99e04c
commit 17904d70d8
+4
View File
@@ -7,3 +7,7 @@
# Temporary files
**/__pycache__
# virtualenv
venv/
ENV/