Skip to content

chore: untrack config.json, keep config.json.example as the shipped default - #114

Merged
mohammadp1001 merged 2 commits into
mainfrom
chore/config-example
Jul 17, 2026
Merged

chore: untrack config.json, keep config.json.example as the shipped default#114
mohammadp1001 merged 2 commits into
mainfrom
chore/config-example

Conversation

@mohammadp1001

Copy link
Copy Markdown
Owner

Summary

config.json is a personal local runtime config (tickers, candle timeframe, run duration) that changes on every dev machine and every test run — it's been producing a constant unrelated diff in every unrelated PR this session. config.json.example already exists and documents the shipped default values, matching the README's cp config.json.example config.json setup instructions.

  • Untracked config.json via git rm --cached, added to .gitignore
  • config.json.example is unchanged — still the canonical default, still tracked
  • config.json itself remains on disk for local runs, just no longer tracked

Test plan

  • Confirmed both config.json and config.json.example still exist on disk after untracking
  • Confirmed git status no longer shows config.json diffs

…efault

config.json is a personal local runtime config (candle timeframe,
run duration, tickers) that changes on every dev machine and every
test run. config.json.example already documents the shipped default
values and is what the README's "cp config.json.example config.json"
setup step expects. Tracking the real config.json just produced
constant unrelated diffs. Untracked via git rm --cached and added to
.gitignore; the file remains on disk for local runs.
@mohammadp1001
mohammadp1001 force-pushed the chore/config-example branch from 77e3cfc to f7d9964 Compare July 17, 2026 22:35
@mohammadp1001
mohammadp1001 merged commit f76cf63 into main Jul 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant