diff options
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 |
