All checks were successful
Build / build (push) Successful in 8s
Release Dry Run / release-dry-run (push) Successful in 5s
Template Compliance / template-compliance (push) Successful in 4s
Repository Cleanup / cleanup-report (push) Successful in 4s
Security Scan / security-scan (push) Successful in 5s
37 lines
371 B
Plaintext
37 lines
371 B
Plaintext
# Local helper checkouts
|
|
codex-agent-repository-kit/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
release/
|
|
opera-cache-cleaner-extension/dist/
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# Local environment and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
*.pfx
|
|
*.p12
|
|
*.crt
|
|
*.cer
|
|
*.token
|
|
secrets/
|
|
|
|
# OS and editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|