mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-04-19 14:47:15 +00:00

Avoid Docker sending the complete build output directory when trying to build the builder image.
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
# We don't need this folder because we map the hole folder
|
|
buildroot/
|
|
buildroot-external/
|
|
buildroot-patches/
|
|
|
|
# Output/Release directory gets created using build scripts
|
|
output*/
|
|
release/
|
|
|
|
# Ignore hidden directories as well
|
|
.git/
|
|
.github/
|