chore: Organize repository structure
- Move screenshots from root to docs/screenshots/ - Remove build artifacts (eslint-report.json, tsconfig.tsbuildinfo, out/) - Remove temporary test files from root (test-sse.mjs, test-watcher.ts) - Remove tmp/ directory - Update .gitignore with comprehensive patterns: - Build artifacts (eslint-report.json, tsconfig.tsbuildinfo, out/) - Temporary files (tmp/, test-*.mjs, test-*.ts, *.tmp, *.temp) - Root image files (should be in docs/screenshots/) - AI tool directories (.augment/, .claude/, .cline/, .openhands/, .qodo/, .gemini/, .kilocode/) - Update README image references to new locations This cleanup makes the repository structure more professional and organized.
This commit is contained in:
parent
395de5b548
commit
a28caeb461
18 changed files with 150 additions and 53 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
|
@ -22,3 +22,31 @@ artifacts/
|
|||
|
||||
# Archived stashes for reference
|
||||
docs/references/stashes/
|
||||
|
||||
# Build artifacts
|
||||
eslint-report.json
|
||||
tsconfig.tsbuildinfo
|
||||
out/
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
test-*.mjs
|
||||
test-*.ts
|
||||
*.tmp
|
||||
*.temp
|
||||
|
||||
# Root image files (screenshots belong in docs/)
|
||||
/image-*.png
|
||||
/image.png
|
||||
|
||||
# Runtime artifacts
|
||||
.beads/
|
||||
.agents/
|
||||
.agent/
|
||||
.augment/
|
||||
.claude/
|
||||
.cline/
|
||||
.openhands/
|
||||
.qodo/
|
||||
.gemini/
|
||||
.kilocode/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue