summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore37
1 files changed, 26 insertions, 11 deletions
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