update gitignore
This commit is contained in:
parent
f589089f49
commit
89e3aeeb61
2 changed files with 1 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"WebFetch(domain:raw.githubusercontent.com)",
|
||||
"Bash(python3 scripts/download-skills.py microsoft)",
|
||||
"Bash(curl -s \"https://api.github.com/repos/microsoft/skills/contents/.github/skills\")",
|
||||
"Bash(python3 -c \"import sys,json; data=json.load\\(sys.stdin\\); [print\\(d[''''name''''], d[''''type'''']\\) for d in data[:10]] if isinstance\\(data, list\\) else print\\(data.get\\(''''message'''',''''''''\\)\\)\")"
|
||||
]
|
||||
}
|
||||
}
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ skills/downloads/
|
|||
scripts/__pycache__/
|
||||
scripts/download-skills.py
|
||||
.DS_Store
|
||||
.claude/
|
||||
|
|
|
|||
Loading…
Reference in a new issue