chore: clean up tessl gitignore entries

Remove .mcp.json from git tracking (tessl-generated, already in
.gitignore). Stop ignoring tessl.json and .tessl/ so the next tessl
init can commit them properly (.tessl/.gitignore handles tiles
internally).
This commit is contained in:
Kevin Turcios 2026-04-23 06:27:27 -05:00
parent 7e7cbee8c1
commit cb8e11af09
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"
]
}
}
}