simple-note/.gitattributes
westtle 3cde3b8fee added favicon(s)
...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).
2024-02-08 15:59:33 +07:00

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