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:
@@ -3,6 +3,7 @@
|
||||
tests/test_json_exhaustive
|
||||
tests/test_toml_exhaustive
|
||||
tests/test_yaml_exhaustive
|
||||
*.bak*
|
||||
# ── Nim ──────────────────────────────────────────────────────────────────
|
||||
nimcache/
|
||||
nimblecache/
|
||||
|
||||
Reference in New Issue
Block a user