mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-03-09 07:25:57 -05:00
Set up the Go module, directory structure, and minimal CLI entrypoint for the awesome-docker Go rewrite. Includes: - cobra-based CLI with version command - Makefile with build/test/lint/check/health/report/clean targets - config/exclude.yaml migrated from tests/exclude_in_test.json - config/website.tmpl.html copied from website/index.tmpl.html - .gitignore updated for Go binary Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
148 B
Markdown
17 lines
148 B
Markdown
logs
|
|
*.log
|
|
npm-debug.log*
|
|
build
|
|
node_modules
|
|
.cache
|
|
dist
|
|
website/index.html
|
|
website/table.html
|
|
|
|
.idea
|
|
**/.DS_Store
|
|
.worktrees
|
|
|
|
# Go
|
|
/awesome-docker
|