Merge pull request #2112 from codeflash-ai/chore/cleanup-tessl-gitignore

chore: clean up tessl gitignore entries
This commit is contained in:
Kevin Turcios 2026-04-23 06:28:24 -05:00 committed by GitHub
commit 8e38bca479
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 15 deletions

4
.gitignore vendored
View file

@ -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/

View file

@ -1,12 +0,0 @@
{
"mcpServers": {
"tessl": {
"type": "stdio",
"command": "tessl",
"args": [
"mcp",
"start"
]
}
}
}