All checks were successful
Test / frontend-tests (pull_request) Successful in 1m37s
Test / frontend-typecheck (pull_request) Successful in 1m45s
PR Review Automation / review (pull_request) Successful in 8m28s
Test / rust-fmt-check (pull_request) Successful in 12m24s
Test / rust-clippy (pull_request) Successful in 13m38s
Test / rust-tests (pull_request) Successful in 15m35s
- Fix openai.rs: changed system_message to combined_system variable - Fix VMList.tsx: added memoryTotal and tags fields to RawVMInfo interface - Fix .gitignore: added .logs/ and *.log to prevent log files from being committed
32 lines
397 B
Plaintext
32 lines
397 B
Plaintext
node_modules/
|
|
dist/
|
|
src-tauri/target/
|
|
.env
|
|
*.local
|
|
.secrets
|
|
secrets.yml
|
|
secrets.yaml
|
|
artifacts/
|
|
*.png
|
|
/screenshots/
|
|
|
|
# kubectl binaries (downloaded during build)
|
|
src-tauri/binaries/
|
|
|
|
SECURITYAUDIT.md
|
|
|
|
# Internal / private documents — never commit
|
|
USER_GUIDE.md
|
|
USER_GUIDE.docx
|
|
~$*.docx
|
|
TICKET_*.md
|
|
BUGFIX_SUMMARY.md
|
|
PR_DESCRIPTION.md
|
|
docs/images/user-guide/
|
|
*.bak
|
|
.DS_Store
|
|
|
|
# Logs
|
|
.logs/
|
|
*.log
|