diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-09 22:23:18 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-09 22:30:41 +0000 |
| commit | f1579d1c099869de67b1741b7775cbf651b34ef0 (patch) | |
| tree | 36866d1d2ee998a6313b292bc27e14ca45f491c5 /.gitignore | |
| parent | ab43f7264a05f694f4a7b1f4a09f8add972381ab (diff) | |
docs: update production sync testing workflow to two-mode process
- Mode 1: Fix one existing issue, test, commit, report
- Mode 2: Discover new issues with minimal documentation
- Emphasize stopping after each cycle
- Remove detailed investigation requirements
- Simplify issue documentation format
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -9,6 +9,9 @@ grasp-audit/target | |||
| 9 | work/* | 9 | work/* |
| 10 | !work/README.md | 10 | !work/README.md |
| 11 | 11 | ||
| 12 | # Test runs (production sync testing data and logs) | ||
| 13 | tmp/ | ||
| 14 | |||
| 12 | # Environment and data | 15 | # Environment and data |
| 13 | .env | 16 | .env |
| 14 | data/ | 17 | data/ |