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>
This commit is contained in:
22
.gitattributes
vendored
Normal file
22
.gitattributes
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
# 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
|
Reference in New Issue
Block a user