From 1a6b52221acb9d25559fbe319f7c05821379f987 Mon Sep 17 00:00:00 2001 From: longjin Date: Thu, 4 Jun 2026 16:30:27 +0000 Subject: [PATCH] fix: remove *.md and .cursor from .gitignore These rules were accidentally introduced in commit f733b8b5 (PR #1832). Ignoring all *.md files prevents tracking README, documentation, and other essential markdown files in the repository. Signed-off-by: longjin --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index dd14ccd621..35347d40de 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,3 @@ config/rootfs.generated.toml *.cpio.xz *.cpio* .direnv/ - -*.md -.cursor