1
0
mirror of https://github.com/containers/youki synced 2026-07-21 19:14:56 +02:00
Files
youki/.dockerignore
Yusuke Sakurai 6cb8db476a add youki install tool for kubernetes (#3526)
Signed-off-by: Yusuke Sakurai <yusuke.sakurai@3-shake.com>
2026-07-16 16:07:20 +09:00

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