diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-06 08:36:12 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-06 08:36:12 +0800 |
| commit | 22d76e53091c616fc3c4b8c459c08625a111178f (patch) | |
| tree | 1aef958f89785161216fb442ed21be42f7a11359 /.gitignore | |
| parent | 86d213e9b8bdfe1cbe6d122868736483b1b2e239 (diff) | |
Reorganize .gitignore and update submodule configuration
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 37 |
1 files changed, 26 insertions, 11 deletions
@@ -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 |
