mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-08-29 04:06:58 +00:00
29 lines
337 B
Plaintext
29 lines
337 B
Plaintext
# Binaries
|
|
bin/
|
|
dist/
|
|
|
|
# Test artifacts
|
|
.atcr-pids
|
|
|
|
# OAuth tokens
|
|
.atcr/
|
|
|
|
# Environment configuration
|
|
.env
|
|
|
|
# Generated assets (run go generate to rebuild)
|
|
pkg/appview/licenses/spdx-licenses.json
|
|
pkg/appview/static/js/htmx.min.js
|
|
pkg/appview/static/js/lucide.min.js
|
|
|
|
# IDE
|
|
.claude/
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|