Skip to content

fix: remove spurious *.md and .cursor entries from .gitignore#1955

Merged
fslongjin merged 1 commit into
DragonOS-Community:masterfrom
fslongjin:fix-gitignore-md
Jun 4, 2026
Merged

fix: remove spurious *.md and .cursor entries from .gitignore#1955
fslongjin merged 1 commit into
DragonOS-Community:masterfrom
fslongjin:fix-gitignore-md

Conversation

@fslongjin

@fslongjin fslongjin commented Jun 4, 2026

Copy link
Copy Markdown
Member

Problem

PR #1832 (commit f733b8b5) accidentally added *.md and .cursor to .gitignore.

The *.md rule ignores all Markdown files in the repository, including README, documentation, and other essential .md files, preventing them from being tracked by git.

Change

Remove the following lines from .gitignore:

  • *.md
  • .cursor

These rules were accidentally introduced in commit f733b8b (PR DragonOS-Community#1832).
Ignoring all *.md files prevents tracking README, documentation, and
other essential markdown files in the repository.

Signed-off-by: longjin <longjin@dragonos.org>
@github-actions github-actions Bot added the Bug fix A bug is fixed in this pull request label Jun 4, 2026
@fslongjin fslongjin changed the title fix: remove *.md and .cursor from .gitignore fix: remove spurious *.md and .cursor entries from .gitignore Jun 4, 2026
@fslongjin fslongjin merged commit 317ada6 into DragonOS-Community:master Jun 4, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug fix A bug is fixed in this pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant