Remove .claude from tracking, add to .gitignore
This commit is contained in:
parent
8c3eec4ca1
commit
224aae9a28
2 changed files with 3 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"permissions": {
|
|
||||||
"allow": [
|
|
||||||
"Bash(mkdir -p ~/docker-compose/forgejo)",
|
|
||||||
"Read(//home/marwin/**)",
|
|
||||||
"Read(//etc/**)"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -26,6 +26,9 @@ staticfiles/
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
|
# Claude Code
|
||||||
|
.claude/
|
||||||
|
|
||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue