Add UPC, SKU, and manufacturer index builder

This commit is contained in:
Andrew Griess
2026-07-15 11:15:57 -05:00
parent c0c74dfb6b
commit 085d1c2352
5 changed files with 162 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Generated exports
/exports/*
!/exports/.gitkeep
# Generated indexes
/indexes/*
!/indexes/.gitkeep
!/indexes/upc-index.json
!/indexes/sku-index.json
!/indexes/manufacturer-index.json
# Local and temporary files
*.tmp
*.bak
*.log
.DS_Store
Thumbs.db
.vscode/
.idea/