restoring .gitignore with addition of local memory and claude config per engineer
This commit is contained in:
@@ -1,36 +0,0 @@
|
|||||||
{
|
|
||||||
"permissions": {
|
|
||||||
"allow": [
|
|
||||||
"mcp__context7__resolve-library-id",
|
|
||||||
"Bash(gh run list:*)",
|
|
||||||
"Bash(gh run view:*)",
|
|
||||||
"Bash(gh api:*)",
|
|
||||||
"Bash(gh workflow run:*)",
|
|
||||||
"Bash(gh pr view:*)",
|
|
||||||
"Bash(gh pr merge:*)",
|
|
||||||
"Bash(git stash:*)",
|
|
||||||
"Bash(git pull:*)",
|
|
||||||
"Bash(git add:*)",
|
|
||||||
"Bash(git commit:*)",
|
|
||||||
"Bash(git push:*)",
|
|
||||||
"Bash(git checkout:*)",
|
|
||||||
"mcp__memory__create_entities",
|
|
||||||
"mcp__memory__create_relations",
|
|
||||||
"mcp__memory__add_observations",
|
|
||||||
"mcp__memory__search_nodes",
|
|
||||||
"Bash(git remote:*)",
|
|
||||||
"Bash(git fetch:*)",
|
|
||||||
"Bash(ls:*)",
|
|
||||||
"Bash(git ls-tree:*)"
|
|
||||||
],
|
|
||||||
"deny": []
|
|
||||||
},
|
|
||||||
"enabledMcpjsonServers": [
|
|
||||||
"github",
|
|
||||||
"context7",
|
|
||||||
"memory",
|
|
||||||
"sequential-thinking",
|
|
||||||
"gemini"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
18
.gitignore
vendored
18
.gitignore
vendored
@@ -160,22 +160,14 @@ htmlcov/
|
|||||||
coverage.xml
|
coverage.xml
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
|
|
||||||
# Additional files
|
|
||||||
run-gemini-mcp.sh
|
|
||||||
gemini-repo.md
|
|
||||||
.mcp.json
|
|
||||||
.claude
|
|
||||||
|
|
||||||
# Memory Bank (optional - can be committed for shared context)
|
|
||||||
memory-bank/
|
|
||||||
|
|
||||||
# Claude local settings
|
|
||||||
@.claude/
|
|
||||||
@memory-bank/
|
|
||||||
CLAUDE.md
|
|
||||||
# Test simulation artifacts (dynamically created during testing)
|
# Test simulation artifacts (dynamically created during testing)
|
||||||
test_simulation_files/.claude/
|
test_simulation_files/.claude/
|
||||||
|
|
||||||
# Temporary test directories
|
# Temporary test directories
|
||||||
test-setup/
|
test-setup/
|
||||||
/test_simulation_files/**
|
/test_simulation_files/**
|
||||||
|
|
||||||
|
# Remove Claude configuration
|
||||||
|
.mcp.json
|
||||||
|
Claude.md
|
||||||
|
memory-bank
|
||||||
Reference in New Issue
Block a user