fix: Update script names in .gitignore and DEVELOPMENT.md for favicon generation and data update

This commit is contained in:
sHa
2025-06-17 16:15:46 +03:00
parent 8b2adef1af
commit ed7c0e1b96
2 changed files with 5 additions and 5 deletions

4
.gitignore vendored
View File

@@ -54,5 +54,5 @@ Temporary Items
.env.production
# Make favicon generation script executable
chmod +x ./scripts/generateFavicons.js
chmod +x ./scripts/scanLogos.js
chmod +x ./scripts/generate-favicons.js
chmod +x ./scripts/update-data.js