Skip to content

chore(gitignore): drop inline comment so site/ is actually ignored#15

Merged
chad-loder merged 1 commit into
mainfrom
chore/gitignore-site-fix
May 13, 2026
Merged

chore(gitignore): drop inline comment so site/ is actually ignored#15
chad-loder merged 1 commit into
mainfrom
chore/gitignore-site-fix

Conversation

@chad-loder
Copy link
Copy Markdown
Owner

Follow-up to PR #14. gitignore patterns don't support inline comments � site/ # properdocs/mkdocs build output was parsed as the literal pattern site/ # ..., so the actual site/ directory was still untracked. Bare site/ matches as expected; git check-ignore -v site/ now returns the rule. This unblocks just release-prepare's working-tree-clean check for the v0.1.0 release.

gitignore patterns don't support inline comments — the previous
`site/                  # properdocs/mkdocs build output` was
parsed as the literal pattern `site/                  # ...`
(including the spaces and comment text), which didn't match the
actual site/ directory.

Bare `site/` matches as expected. `git check-ignore -v site/` now
returns the rule.
@chad-loder chad-loder merged commit 63e3a50 into main May 13, 2026
11 checks passed
@chad-loder chad-loder deleted the chore/gitignore-site-fix branch May 13, 2026 01:42
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