Skip to content

Commit ba8485e

Browse files
authored
Merge pull request #237 from syncable-dev/develop
feat: updated .gitignore
2 parents c37b7a1 + f33506e commit ba8485e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ node_modules/
1616

1717
# MSVC Windows builds of rustc generate these, which store debugging information
1818
*.pdb
19+
# Ignore docs except specific tracked files
1920
docs/**
21+
!docs/COLOR_ADAPTATION.md
22+
!docs/cli-display-modes.md
23+
!docs/command-overview.md
24+
!docs/qoder-directory.md
2025

2126
# Generated by cargo mutants
2227
# Contains mutation testing data
2328
**/mutants.out*/
2429

25-
# Internal development docs (not for public repo)
26-
docs/phase2/
27-
2830
# RustRover
2931
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
3032
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore

0 commit comments

Comments
 (0)