NextReceipt/.gitignore
cclohmar f0c576c543 feat: transform NextExpense into NextReceipt — receipt saver for warranty & returns
- Replace events+expenses with flat purchases table
- Add warranty_months, return_days, product_name fields
- Remove currency conversion, CSV/PDF reporting, event filing
- Simplify auth (no onboarding/department/profile)
- Update AI extraction prompts for product/warranty info
- Update all branding: templates, install.sh, Makefile, service file
2026-06-21 18:57:29 +00:00

33 lines
259 B
Text

# Binaries
app
expenseflow
*.exe
# Database
*.db
*.db-journal
*.db-wal
*.db-shm
# Environment
.env
# Storage (uploaded receipt images)
storage/*
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Build output
dist/
expenseflow-*
# Go
vendor/