- Add output/ directory to .gitignore to exclude generated JSON files - Fix ApplicationSetup.prg parameter handling with LPARAMETERS and proper validation - Update gomag-adapter.prg to use global settings object and clean old JSON files - Enhance sync-comenzi-web.prg with Oracle integration improvements - Add Visual FoxPro project files (roawebcomenzi.PJT/.pjx) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
26 lines
237 B
Plaintext
26 lines
237 B
Plaintext
*.fxp
|
|
*.FXP
|
|
*.bak
|
|
*.BAK
|
|
*.csv
|
|
/log.*
|
|
/output/*.json
|
|
*.err
|
|
*.ERR
|
|
*.log
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Settings files with secrets
|
|
settings.ini
|
|
vfp/settings.ini
|
|
vfp/output/
|