dataflow/.gitignore
Paul Trowbridge 6f2992b315 Add TSV export/import UI for mappings
- Export button downloads unmapped + existing mappings as TSV with sample column showing distinct source field values for context
- Import button uploads filled TSV, any non-system column treated as an output key
- Exclude *.tsv files from git

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 23:29:07 -04:00

32 lines
310 B
Plaintext

# Environment
.env
# Dependencies
node_modules/
ui/node_modules/
package-lock.json
ui/package-lock.json
# UI build output (generated — run `cd ui && npm run build`)
public/
# Logs
*.log
logs/
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Uploads
uploads/*
!uploads/.gitkeep
*.tsv