restoring .gitignore with addition of local memory and claude config per engineer

This commit is contained in:
Patryk Ciechanski
2025-06-12 20:27:18 +02:00
parent 933097813c
commit 2617d28204
2 changed files with 5 additions and 49 deletions

View File

@@ -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"
]
}