update gitignore

This commit is contained in:
necatiozmen 2026-04-14 14:28:00 +03:00
parent f589089f49
commit 89e3aeeb61
2 changed files with 1 additions and 10 deletions

View file

@ -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
View file

@ -3,3 +3,4 @@ skills/downloads/
scripts/__pycache__/
scripts/download-skills.py
.DS_Store
.claude/