tftsr-devops_investigation/.gitignore
Shaun Arman 12f89f0d69
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: resolve build errors and add logs to gitignore
- 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
2026-06-21 11:36:32 -05:00

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