Remove unused assets and update local settings

Deleted various image, PDF, and DOCX files that are no longer needed, as well as a sample YAML configuration. Updated .claude/settings.local.json to add new allowed Bash commands for local development.
This commit is contained in:
2026-01-06 19:31:44 +05:30
parent 1c57270599
commit 2c13a73284
16 changed files with 8 additions and 11 deletions
+8 -1
View File
@@ -27,7 +27,14 @@
"Bash(npm run generate-icons:*)",
"Bash(node --check:*)",
"Bash(timeout /t 3)",
"Bash(timeout /t 8)"
"Bash(timeout /t 8)",
"Bash(git merge:*)",
"Bash(git stash:*)",
"Bash(copy /Y \"assets\\\\docico1.png\" \"assets\\\\icon.png\")",
"Bash(cmd /c \"del /q Screen.png dark.png light.png pdf.png uvmodal.png 2>nul\")",
"Bash(cmd /c \"del /q \"\"pdf modal.png\"\" 2>nul\")",
"Bash(cmd /c \"del /q assets\\\\NewIcon.jpg assets\\\\logopallete.png 2>nul\")",
"Bash(gh release create:*)"
],
"deny": [],
"ask": []