Files
kind/.gitignore
Akihiro Suda d0388f5417 CI: remove remnants of Vagrant
Follow-up to PR 3753

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2025-10-01 15:49:46 +09:00

20 lines
218 B
Plaintext

# build and test outputs
/bin/
/_output/
/_artifacts/
# used for the code generators only
/vendor/
# macOS
.DS_Store
# files generated by editors
.idea/
*.iml
.vscode/
*.swp
*.sublime-project
*.sublime-workspace
*~