mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
Use Fedora 33 as the cgroup2 host. Fedora is launched as a Vagrant VM. Related: -c4bff3d17c/.github/workflows/ci.yml (L352-L378)-2adbc66b71/.github/workflows/test.yml (L91-L122)Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
23 lines
238 B
Plaintext
23 lines
238 B
Plaintext
# build and test outputs
|
|
/bin/
|
|
/_output/
|
|
/_artifacts/
|
|
|
|
# used for the code generators only
|
|
/vendor/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Vagrant
|
|
.vagrant
|
|
|
|
# files generated by editors
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
*.swp
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*~
|