Skip to content

chore: stop tracking docs and ignore local .codex#113

Merged
GatewayJ merged 2 commits intorustfs:mainfrom
GatewayJ:chore/untrack-docs-ignore-codex
Apr 30, 2026
Merged

chore: stop tracking docs and ignore local .codex#113
GatewayJ merged 2 commits intorustfs:mainfrom
GatewayJ:chore/untrack-docs-ignore-codex

Conversation

@GatewayJ
Copy link
Copy Markdown
Member

Type of Change

  • New Feature
  • Bug Fix
  • Documentation
  • Performance Improvement
  • Test/CI
  • Refactor
  • Other: repository housekeeping (git tracking scope)

Related Issues

N/A

Summary of Changes

  • Added docs/ and .codex/ to .gitignore.
  • Removed tracked docs/* files from Git index via cached removal, while keeping local files on disk.
  • Kept change scope limited to index/ignore behavior (no runtime/operator logic changes).

Checklist

  • I have read and followed the CONTRIBUTING.md guidelines
  • Passed make pre-commit (fmt-check + clippy + test + console-lint + console-fmt-check)
  • Added/updated necessary tests
  • Documentation updated (if needed)
  • CHANGELOG.md updated under [Unreleased] (if user-visible change)
  • CI/CD passed (if applicable)

Impact

  • Breaking change (CRD/API compatibility)
  • Requires doc/config/deployment update
  • Other impact:

Verification

# confirm tracked removals + ignore rules
git status --short

git check-ignore -v docs .codex

Additional Notes

  • This PR intentionally changes repository tracking only.
  • Local docs/ files are preserved in working tree; only Git index tracking is removed.

Thank you for your contribution! Please ensure your PR follows the community standards (CODE_OF_CONDUCT.md) and sign the CLA if this is your first contribution.

@GatewayJ GatewayJ force-pushed the chore/untrack-docs-ignore-codex branch from 35de803 to 2ae838c Compare April 30, 2026 08:14
@GatewayJ GatewayJ added this pull request to the merge queue Apr 30, 2026
Merged via the queue into rustfs:main with commit a4142ea Apr 30, 2026
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