3cde3b8fee
...and some other stuff. i used a favicon generator (realfavicongenerator.net) and just removed some images i don't need (pretty sure there are more stuff that aren't necessary but i will keep them for now).
25 lines
No EOL
428 B
Text
25 lines
No EOL
428 B
Text
* text=auto
|
|
|
|
# Source code
|
|
*.css text diff=css
|
|
*.html text diff=html
|
|
*.js text
|
|
*.xml text
|
|
|
|
# Graphics
|
|
*.png binary
|
|
*.ico binary
|
|
*.svg text
|
|
|
|
# Fonts
|
|
*.ttf binary
|
|
*.eot binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
|
|
# Documentation
|
|
*.md text diff=markdown
|
|
|
|
# Configs
|
|
.gitattributes text
|
|
*.webmanifest text |