Files
macos-package-review/.gitignore
T
FloandClaude Opus 4.8 71386f0e28
CI / Test (1.22) (push) Has been cancelled
CI / Test (1.23) (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Vulnerability Check (push) Has been cancelled
CI / Format Check (push) Has been cancelled
chore: ignore generated audit_data.json
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GVbEgdgcC1w6qwSq3zC4kg
2026-06-23 23:59:35 +02:00

42 lines
391 B
Plaintext

# Research documents (keep locally, don't commit)
*.txt
*_REPORT.md
*_REFERENCE.md
*_INDEX.md
*_QUICK*.md
*_TOOLS*.md
*_WORKFLOWS.md
00_START_HERE.*
# Build outputs
/dist
/build
*.o
*.a
*.so
*.dylib
# Go
/bin
/vendor
*.test
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project outputs
inventory.json
audit_data.json
audit_report.json
audit_report.html
*.log
.env.gitea