1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-11 07:39:00 +00:00
bramw_baserow/.gitattributes

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
283 B
Text
Raw Normal View History

# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# So the bash scripts work when run inside the baserow docker images
*.sh text eol=lf
# Prettier does not allow windows file endings by default
*.js text eol=lf
*.vue text eol=lf
*.scss text eol=lf