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:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -91,4 +91,11 @@ __pycache__/
|
||||
|
||||
models/
|
||||
|
||||
*.code-workspace
|
||||
*.code-workspace
|
||||
*.ttf
|
||||
*.otf
|
||||
*.woff
|
||||
*.woff2
|
||||
*.eot
|
||||
*.svg
|
||||
*.png
|
||||
Reference in New Issue
Block a user