Skip to content

Commit 95a21b3

Browse files
authored
Fix gitignore to ignore symbolic link (#4263)
add comment Signed-off-by: Tomoyuki Morita <[email protected]>
1 parent e232f6a commit 95a21b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ http-client.env.json
5252
/doctest/opensearch-job-scheduler/
5353
.factorypath
5454

55-
# Coding agent files
56-
.claude/
57-
.clinerules/
58-
memory-bank/
55+
# Coding agent files (could be symlinks)
56+
.claude
57+
.clinerules
58+
memory-bank

0 commit comments

Comments
 (0)