mirror of
https://github.com/containers/youki
synced 2026-07-21 19:14:56 +02:00
6cb8db476a
Signed-off-by: Yusuke Sakurai <yusuke.sakurai@3-shake.com>
32 lines
402 B
Plaintext
32 lines
402 B
Plaintext
# Cargo / build artifacts
|
|
target/
|
|
contest-target/
|
|
bin/
|
|
|
|
# Built binaries dropped at repo root by scripts/build.sh
|
|
youki
|
|
runtimetest
|
|
contest
|
|
|
|
# Test fixtures (not needed for image builds)
|
|
bundle.tar.gz
|
|
test.log
|
|
|
|
# Git / CI metadata (not used inside images)
|
|
.git/
|
|
.github/
|
|
|
|
# Docs build outputs
|
|
docs/book/book/
|
|
|
|
# IDE / editor / OS noise
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Misc
|
|
node_modules/
|
|
*.log
|