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

7
.gitignore vendored
View File

@@ -92,3 +92,10 @@ __pycache__/
models/ models/
*.code-workspace *.code-workspace
*.ttf
*.otf
*.woff
*.woff2
*.eot
*.svg
*.png