Add .claude/ config (settings, graft statusline and hooks helpers, graft skill), .mcp.json and opencode.json MCP server entries, and AGENTS.md with graft usage instructions. Add .ignore to re-admit graft/ to ripgrep search while excluding its cache. Add /graft/ to .gitignore since the graph is regenerable.
22 lines
324 B
Plaintext
22 lines
324 B
Plaintext
# CMake build directories
|
|
/build/
|
|
/build_*/
|
|
/cmake-build-*/
|
|
|
|
# Windows output staging
|
|
/SerumAlt_Windows/
|
|
|
|
# CMake generated files
|
|
CMakeUserPresets.json
|
|
compile_commands.json
|
|
|
|
# IDE and OS files
|
|
.vscode/
|
|
.idea/
|
|
*.user
|
|
.DS_Store
|
|
.cache/
|
|
|
|
# graft's local graph cache — regenerable, not committed (run `graft build`).
|
|
/graft/
|