Remove .claude from tracking, add to .gitignore

This commit is contained in:
marwin 2026-03-16 19:20:19 +01:00
parent 8c3eec4ca1
commit 224aae9a28
2 changed files with 3 additions and 9 deletions

View file

@ -1,9 +0,0 @@
{
"permissions": {
"allow": [
"Bash(mkdir -p ~/docker-compose/forgejo)",
"Read(//home/marwin/**)",
"Read(//etc/**)"
]
}
}

3
.gitignore vendored
View file

@ -26,6 +26,9 @@ staticfiles/
*.swp *.swp
*.swo *.swo
# Claude Code
.claude/
# OS # OS
.DS_Store .DS_Store
Thumbs.db Thumbs.db