Enhance crawler with seed list and SQL utilities
Add seedList module for URL initialization, comprehensive SQL utilities for database analysis, and update project configuration.
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
**/.#*
|
||||
**/*~
|
||||
**/.DS_Store
|
||||
/.idea
|
||||
/.goroot
|
||||
/dist/**
|
||||
@@ -18,3 +19,11 @@ run*.sh
|
||||
/db/sql/**
|
||||
|
||||
**/.claude/settings.local.json
|
||||
|
||||
/crawl.sh
|
||||
/crawler.sh
|
||||
/get.sh
|
||||
/snapshot_history.sh
|
||||
/whitelist.txt
|
||||
|
||||
/CLAUDE.md
|
||||
|
||||
Reference in New Issue
Block a user