chore: normalize comment formatting in CI workflow and gitignore

Replace inconsistent hash-comment separators (using `#   ` prefix with
spaces) with a uniform dash-based style across the CI pipeline YAML
file, and add a `*.bak*` glob to the project's `.gitignore` to exclude
backup files from version control.
This commit is contained in:
2026-07-08 08:40:46 +00:00
parent a804fbe97e
commit 4a9b4bdf3a
2 changed files with 10 additions and 9 deletions
+1
View File
@@ -3,6 +3,7 @@
tests/test_json_exhaustive
tests/test_toml_exhaustive
tests/test_yaml_exhaustive
*.bak*
# ── Nim ──────────────────────────────────────────────────────────────────
nimcache/
nimblecache/