chore: Expand .gitignore to exclude additional font and image files

- Add font file extensions (ttf, otf, woff, woff2, eot, svg)
- Include PNG image file extension
- Improve file exclusion for project assets
This commit is contained in:
jango-blockchained
2025-02-06 04:09:55 +01:00
parent 6fa88be433
commit 1328bd1306

9
.gitignore vendored
View File

@@ -91,4 +91,11 @@ __pycache__/
models/
*.code-workspace
*.code-workspace
*.ttf
*.otf
*.woff
*.woff2
*.eot
*.svg
*.png