farpatch-ui/.gitattributes
Sean Cross 32c1b7d54b getting some structure
Things like reflowing works, as well as switching between
"applications". Things seem to be coming along nicely.

Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-01 23:49:39 +08:00

23 lines
344 B
Plaintext

# Text for humans
LICENSE text eol=lf
HACKING text eol=lf
COPYING text eol=lf
README.* text eol=lf
# Source code
*.json text eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
# Git control files
.gitattributes eol=lf
.gitignore eol=lf
.gitmodules eol=lf
# Other binary files
*.png binary
*.jpg binary
*.bin binary