mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-26 04:04:15 +00:00
37 lines
462 B
Plaintext
37 lines
462 B
Plaintext
# Binaries
|
|
bin/
|
|
dist/
|
|
tmp/
|
|
./appview
|
|
./hold
|
|
|
|
# Test artifacts
|
|
.atcr-pids
|
|
|
|
# OAuth tokens
|
|
.atcr/
|
|
|
|
# Environment configuration
|
|
.env
|
|
|
|
# Docker-created quota config (actual config is in deploy/quotas.yaml)
|
|
quotas.yaml
|
|
|
|
# Generated assets (run go generate to rebuild)
|
|
pkg/appview/licenses/spdx-licenses.json
|
|
pkg/appview/public/js/htmx.min.js
|
|
pkg/appview/public/js/lucide.min.js
|
|
|
|
# IDE
|
|
.zed/
|
|
.claude/
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
node_modules
|