mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
Merge pull request #2112 from codeflash-ai/chore/cleanup-tessl-gitignore
chore: clean up tessl gitignore entries
This commit is contained in:
commit
8e38bca479
2 changed files with 1 additions and 15 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -262,9 +262,8 @@ fabric.properties
|
|||
.DS_Store
|
||||
WARP.MD
|
||||
|
||||
# Tessl — .tessl/.gitignore handles tiles/RULES.md internally
|
||||
.mcp.json
|
||||
.tessl/
|
||||
tessl.json
|
||||
|
||||
# Claude Code - track shared config, ignore local state
|
||||
.claude/*
|
||||
|
|
@ -279,7 +278,6 @@ tessl.json
|
|||
# Test fixture lockfiles — prevents Dependabot from scanning them
|
||||
code_to_optimize/**/package-lock.json
|
||||
|
||||
# Tessl auto-generates AGENTS.md on install; ignore to avoid cluttering git status
|
||||
AGENTS.md
|
||||
.serena/
|
||||
.codeflash/
|
||||
|
|
|
|||
12
.mcp.json
12
.mcp.json
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"tessl": {
|
||||
"type": "stdio",
|
||||
"command": "tessl",
|
||||
"args": [
|
||||
"mcp",
|
||||
"start"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue