mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 06:45:32 +00:00
The previous commit added vendor/oci-distribution as a git submodule pointer, which caused CI to fail because the files weren't actually present. This commit removes the submodule and adds the actual files directly.
17 lines
218 B
Text
17 lines
218 B
Text
# see rust-lang/cargo#315
|
|
Cargo.lock
|
|
|
|
target/
|
|
**/*.rs.bk
|
|
/config
|
|
_dist/
|
|
node_modules/
|
|
.DS_Store
|
|
|
|
# oneclick trace files
|
|
krustlet-wasi-e2e.stdout.txt
|
|
krustlet-wasi-e2e.stderr.txt
|
|
oneclick-logs
|
|
csi-test-binaries
|
|
|
|
.idea/
|