mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
20 lines
218 B
Plaintext
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
|
|
*~
|