Skip to content

Commit 73f8aa8

Browse files
michaeloboyleclaude
andcommitted
feat: Add graph browser frontend and update gitignore
- Add complete Neo4j Aura-style interface (731 lines) - Update .gitignore to keep graph-browser/ files - Keep generated visualization files ignored 🚀 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
1 parent 59b2fcc commit 73f8aa8

File tree

2 files changed

+699
-2
lines changed

2 files changed

+699
-2
lines changed

examples/.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
*.html
2-
*.json
1+
# Ignore generated visualization files
2+
job-search-*.html
3+
job-search-*.json
4+
visualization-export.ts.backup
5+
6+
# But keep graph-browser files
7+
!graph-browser/

0 commit comments

Comments
 (0)