Skip to content

Commit 6a7ecf2

Browse files
uldisrudzitisclaude
andcommitted
Gitignore local AI config files, add example files with placeholder paths
Four AI tool config files contained an absolute machine-specific path. They are now gitignored and replaced with .example counterparts using /path/to/berta/_api_app. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a68ff4e commit 6a7ecf2

5 files changed

Lines changed: 13 additions & 9 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[mcp_servers.laravel-boost]
22
command = "php"
33
args = ["artisan", "boost:mcp"]
4-
cwd = "/Users/uldis/projects/berta/berta/_api_app"
4+
cwd = "/path/to/berta/_api_app"
55

66
[mcp_servers.herd]
77
command = "php"
88
args = ["/Applications/Herd.app/Contents/Resources/herd-mcp.phar"]
9-
cwd = "/Users/uldis/projects/berta/berta/_api_app"
9+
cwd = "/path/to/berta/_api_app"
1010

1111
[mcp_servers.herd.env]
12-
SITE_PATH = "/Users/uldis/projects/berta/berta/_api_app"
12+
SITE_PATH = "/path/to/berta/_api_app"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
1414
],
1515
"env": {
16-
"SITE_PATH": "/Users/uldis/projects/berta/berta/_api_app"
16+
"SITE_PATH": "/path/to/berta/_api_app"
1717
}
1818
}
1919
}
20-
}
20+
}

_api_app/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ yarn-error.log
1818
/.fleet
1919
/.idea
2020
/.vscode
21+
.mcp.json
22+
.cursor/mcp.json
23+
.codex/config.toml
24+
opencode.json
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
1414
],
1515
"env": {
16-
"SITE_PATH": "/Users/uldis/projects/berta/berta/_api_app"
16+
"SITE_PATH": "/path/to/berta/_api_app"
1717
}
1818
}
1919
}
20-
}
20+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
1919
],
2020
"environment": {
21-
"SITE_PATH": "/Users/uldis/projects/berta/berta/_api_app"
21+
"SITE_PATH": "/path/to/berta/_api_app"
2222
}
2323
}
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)