Skip to content

Commit

Permalink
chore: exclude hand-written markdowns from .ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Oct 11, 2024
1 parent caf44d4 commit 21dacad
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .ignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 21dacad

Please sign in to comment.