mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
normalize .gitignore
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,18 +1,18 @@
|
||||
# build and test outputs
|
||||
/bin
|
||||
/_output
|
||||
/_artifacts
|
||||
bin/
|
||||
_output/
|
||||
_artifacts/
|
||||
|
||||
# used for the code generators only
|
||||
/vendor
|
||||
vendor/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# files generated by editors
|
||||
.idea/
|
||||
*.iml
|
||||
.vscode/*
|
||||
*.iml/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
Reference in New Issue
Block a user