Skip to content

Commit 73d42a3

Browse files
committed
Reduce docker build context
1 parent e3ed67c commit 73d42a3

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.dockerignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Build artifacts
2+
build*/
3+
target/
4+
*.bin
5+
*.img
6+
*.info
7+
symbols.map
8+
*.gen.*
9+
compile_commands.json
10+
11+
# Dev tooling / IDE
12+
.vscode/
13+
.cache/
14+
.venv/
15+
qemu/
16+
17+
# Git & CI (not needed in build context)
18+
.git/
19+
.github/
20+
21+
# Devcontainer config itself
22+
.devcontainer/

0 commit comments

Comments
 (0)