Skip to content

Commit 6fb6bc9

Browse files
committed
feat: init project
Add the gitctx MCP server implementation, GitHub exploration tools, and setup documentation for coding agents.
1 parent 5e8659d commit 6fb6bc9

23 files changed

Lines changed: 9817 additions & 0 deletions

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Build artifacts
2+
/target/
3+
**/target/
4+
5+
# Cargo lock for libraries (keep for binaries)
6+
# Cargo.lock
7+
8+
# IDE
9+
.idea/
10+
.vscode/
11+
*.swp
12+
*.swo
13+
.DS_Store
14+
15+
# Logs
16+
*.log
17+
logs/
18+
19+
# Environment
20+
.env
21+
.env.local
22+
23+
# Config with secrets
24+
config/local.toml
25+
token.json
26+
27+
# Test artifacts
28+
*.profraw

0 commit comments

Comments
 (0)