Skip to content

Commit 4b0a257

Browse files
akoclaude
andcommitted
fix: scope gitignore reference/ rule to repo root only
The bare `reference/` pattern was matching `docs-site/src/reference/`, preventing documentation files from being tracked without force-add. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 93ab7c3 commit 4b0a257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ reference/mxbuild/
3333
reference/mendixmodellib/
3434
reference/mdl-grammar/
3535
reference/mxbuild-11.6.0/
36-
reference/
36+
/reference/
3737
mx-test-projects/*/
3838
tmp/
3939

0 commit comments

Comments
 (0)