updated gitignore
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"permissions": {
|
|
||||||
"allow": [
|
|
||||||
"WebFetch(domain:docs.anthropic.com)",
|
|
||||||
"Bash(cat:*)",
|
|
||||||
"Bash(lsb_release:*)",
|
|
||||||
"Bash(find:*)",
|
|
||||||
"Bash(python:*)",
|
|
||||||
"Bash(git add:*)",
|
|
||||||
"Bash(git push:*)",
|
|
||||||
"WebFetch(domain:docs.github.com)",
|
|
||||||
"WebFetch(domain:docs.github.com)",
|
|
||||||
"Bash(ssh:*)",
|
|
||||||
"Bash(rm:*)"
|
|
||||||
],
|
|
||||||
"deny": [],
|
|
||||||
"ask": [],
|
|
||||||
"defaultMode": "acceptEdits"
|
|
||||||
},
|
|
||||||
"outputStyle": "haruki"
|
|
||||||
}
|
|
||||||
+4
-1
@@ -21,4 +21,7 @@ __pycache__/
|
|||||||
|
|
||||||
# OS files
|
# OS files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
# claude
|
||||||
|
.claude/
|
||||||
Reference in New Issue
Block a user