From 22d76e53091c616fc3c4b8c459c08625a111178f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 6 Nov 2025 08:36:12 +0800 Subject: Reorganize .gitignore and update submodule configuration --- .gitignore | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 575b414..6a1cfd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,36 @@ -# These are backup files generated by rustfmt -**/*.rs.bk +################## +### TEMP FILES ### +################## -# MSVC Windows builds of rustc generate these, which store debugging information +**/*.rs.bk *.pdb - -# Generated by cargo mutants -# Contains mutation testing data **/mutants.out*/ - -# All temp directory **/.temp/ -# Idea directory (RustRover) +######################## +### IGNORE DIRECTORY ### +######################## + +# IntelliJ, RustRover /.idea/ -# Obsidian directory +# Obsidian /.obsidian/ -# Target directory +############### +### TARGETS ### +############### + **/target/ + +################## +### SUBMODULES ### +################## + +# JustEnoughVCS Docs +/docs/Documents + +########################## +### BUILT-IN DOCUMENTS ### +########################## +/crates/vcs_docs/src/docs.rs -- cgit