Files
RoundCount-Catalog/.gitignore
2026-07-15 11:15:57 -05:00

20 lines
268 B
Plaintext

# 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/