Add UPC, SKU, and manufacturer index builder
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user