accounting/.gitignore
yumoqing 77fd157ab7 fix: revert get_credit_limit.dspy to CRUD auto-generated, add to .gitignore
The file was manually rewritten in cd26eb1 instead of modifying the
CRUD definition (json/credit_limit.json) and regenerating.

Changes:
- Reverted get_credit_limit.dspy to xls2crud-generated version
  (includes JOINs for _text fields from model codes, DBFilter pattern)
- Re-generated index.ui via xls2crud
- Added auto-generated credit_limit files to .gitignore
  (index.ui, get/add/update/delete_credit_limit.dspy)
- Removed them from git tracking

Future modifications should go through json/credit_limit.json
or models/credit_limit.json, then regenerate.
2026-06-29 11:35:24 +08:00

18 lines
371 B
Plaintext

*.swp
# CRUD auto-generated directories
wwwroot/account/
wwwroot/subject/
wwwroot/acc_balance/
wwwroot/acc_detail/
wwwroot/credit_limit/index.ui
wwwroot/credit_limit/get_credit_limit.dspy
wwwroot/credit_limit/add_credit_limit.dspy
wwwroot/credit_limit/update_credit_limit.dspy
wwwroot/credit_limit/delete_credit_limit.dspy
__pycache__/
*.pyc
*.pyo
*.egg-info/
.DS_Store