Skip to content

Commit 053e6d1

Browse files
chore(Maintain): Fix .gitmodules formatting and add ignore directive
Reformat the Documentation/Rust submodule entry in .gitmodules to remove the incorrect indentation from the section header and add `ignore = all` to prevent submodule changes from appearing in git status. This keeps the Maintain workspace clean by ignoring local submodule modifications that don't need to be committed upstream.
1 parent 64d6a04 commit 053e6d1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.gitmodules

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "Documentation/Rust"]
2-
path = Documentation/Rust
3-
url = ssh://git@github.com/CodeEditorLand/RustDocumentationMaintainLand.git
2+
path = Documentation/Rust
3+
url = ssh://git@github.com/CodeEditorLand/RustDocumentationMaintainLand.git
4+
ignore = all

0 commit comments

Comments
 (0)