chore: exclude hand-written markdowns from .ignore

This commit is contained in:
Weihang Lo 2024-10-11 00:43:57 -04:00
parent caf44d43dc
commit 21dacad02b
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

11
.ignore
View File

@ -2,5 +2,14 @@
#
# The goal is to help people find the right file to edit
src/doc/man/generated_txt
src/doc/src/commands
src/doc/src/commands/*
src/etc/man
!src/doc/src/commands/build-commands.md
!src/doc/src/commands/cargo-clippy.md
!src/doc/src/commands/cargo-fmt.md
!src/doc/src/commands/cargo-miri.md
!src/doc/src/commands/general-commands.md
!src/doc/src/commands/index.md
!src/doc/src/commands/manifest-commands.md
!src/doc/src/commands/package-commands.md
!src/doc/src/commands/publishg-commands.md