]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
chore(gitignore): ignore user-local ev-profiles JSON files (#1982)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 8 Jul 2026 14:44:03 +0000 (16:44 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jul 2026 14:44:03 +0000 (16:44 +0200)
commit08c58aa3a8e25d783c6453a023a51e2cf5752978
treeac4519cd20f518b3d3fa707744b66d1d6a500bfb
parent6b1ec8dc507aad8a67f64a7f8b2c842a751707a2
chore(gitignore): ignore user-local ev-profiles JSON files (#1982)

Add `src/assets/ev-profiles*.json` with negation for
`ev-profiles-template.json`, alongside the existing `config` and
`idtags` patterns. The three pairs are semantically identical:
user-mutable local instance + committed template.

The `ev-profiles.json` user file was previously untracked and
surfaced as noise in `git status`; the template
(`ev-profiles-template.json`) is documented in the README as the
canonical starting point for the `evProfilesFile` template field
consumed by the coherent MeterValues generator.

Verified with `git check-ignore -v`:
- `src/assets/ev-profiles.json`         → matched by .gitignore:7
- `src/assets/ev-profiles-template.json` → NOT ignored (negation)
.gitignore