Files
kubemirror/.gitignore
T
2025-12-25 22:10:57 +00:00

50 lines
428 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
/kubemirror
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# macOS
.DS_Store
#
CLAUDE.md
.claude/
# Kubernetes
kubeconfig
*.kubeconfig
# Temporary files
tmp/
temp/
*.tmp
# Logs
*.log