We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c37b7a1 + f33506e commit ba8485eCopy full SHA for ba8485e
1 file changed
.gitignore
@@ -16,15 +16,17 @@ node_modules/
16
17
# MSVC Windows builds of rustc generate these, which store debugging information
18
*.pdb
19
+# Ignore docs except specific tracked files
20
docs/**
21
+!docs/COLOR_ADAPTATION.md
22
+!docs/cli-display-modes.md
23
+!docs/command-overview.md
24
+!docs/qoder-directory.md
25
26
# Generated by cargo mutants
27
# Contains mutation testing data
28
**/mutants.out*/
29
-# Internal development docs (not for public repo)
-docs/phase2/
-
30
# RustRover
31
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
32
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
0 commit comments