Files
kubemirror/.gitignore
T

49 lines
417 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
coverage.txt
coverage.html
# Go workspace file
go.work
# Build output
bin/
dist/
/kubemirror
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# macOS
.DS_Store
#
CLAUDE.md
.claude/
# Kubernetes
kubeconfig
*.kubeconfig
# Temporary files
tmp/
temp/
*.tmp
# Logs
*.log