8 lines
271 B
Text
8 lines
271 B
Text
|
|
# Build artifacts that must never enter the Docker build context — a stale
|
||
|
|
# CMakeCache.txt from a native bridge build breaks the in-image cmake step
|
||
|
|
# ("CMakeCache.txt directory is different / source does not match").
|
||
|
|
deltacast-bridge/build/
|
||
|
|
node_modules/
|
||
|
|
*.bak
|
||
|
|
*.log
|