Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
490 changes: 490 additions & 0 deletions .github/workflows/release.yml

Large diffs are not rendered by default.

22 changes: 21 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@ yarn-error.log*
# local env files
.env*.local
.env
.env.production
.env.development

# API keys and secrets
*.key
*.pem
*.p12
*.pfx
secrets/
keys/

# Encrypted test files
*.xd

# Backup files
*.bak
*.backup
*.orig

# vercel
.vercel
Expand All @@ -39,4 +57,6 @@ next-env.d.ts
**/target/

**/temp/
**/Cargo.lock
**/Cargo.lock
qodo.md
AGENTS.md
Loading
Loading