Skip to content

Commit e2fc60d

Browse files
authored
chore(repo): add .serena to .gitignore (#5464)
### Description When Serena AI is used in the repository, it creates a directory within the project containing project memories (where it stores the results of indexing the project). Adding this to the `.gitignore` so as to avoid accidentally committing it in the future. #### Issues No issue associated with this change
1 parent d4caf0e commit e2fc60d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pip-wheel-metadata
2929
.mypy_cache
3030
.vscode/
3131
.claude/
32+
.serena
3233
.tool-versions
3334

3435
# for running AWS Lambda tests using AWS SAM

0 commit comments

Comments
 (0)