mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-04-20 08:30:29 +00:00
40 lines
536 B
Plaintext
40 lines
536 B
Plaintext
# Binaries
|
|
bin/
|
|
dist/
|
|
tmp/
|
|
./appview
|
|
./hold
|
|
|
|
# Test artifacts
|
|
.atcr-pids
|
|
|
|
# OAuth tokens
|
|
.atcr/
|
|
|
|
# Environment configuration
|
|
.env
|
|
|
|
# Deploy state (contains server UUIDs and IPs)
|
|
deploy/upcloud/state.json
|
|
|
|
# Generated assets (run go generate to rebuild)
|
|
pkg/appview/licenses/spdx-licenses.json
|
|
pkg/appview/public/css/style.css
|
|
pkg/appview/public/js/htmx.min.js
|
|
pkg/appview/public/js/lucide.min.js
|
|
pkg/hold/admin/public/css/style.css
|
|
|
|
# IDE
|
|
.zed/
|
|
.claude/
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
node_modules
|
|
.impeccable.md
|