Skip to content

Commit 52553e7

Browse files
authored
Omc gitignore (#3207)
* Add .omc to gitignore * Remove full .omc directory
1 parent 25144ee commit 52553e7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ go.work.sum
2727
.claude/settings.local.json
2828
.claude/*
2929
!.claude/skills/
30-
.sisyphus/*
30+
.sisyphus/*
31+
.omc

.serena/project.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,16 @@ encoding: utf-8
110110
# Note that when using the JetBrains backend, language servers are not used and this list is correspondingly ignored.
111111
languages:
112112
- typescript
113+
114+
# time budget (seconds) per tool call for the retrieval of additional symbol information
115+
# such as docstrings or parameter information.
116+
# This overrides the corresponding setting in the global configuration; see the documentation there.
117+
# If null or missing, use the setting from the global configuration.
118+
symbol_info_budget:
119+
120+
# The language backend to use for this project.
121+
# If not set, the global setting from serena_config.yml is used.
122+
# Valid values: LSP, JetBrains
123+
# Note: the backend is fixed at startup. If a project with a different backend
124+
# is activated post-init, an error will be returned.
125+
language_backend:

0 commit comments

Comments
 (0)