test-react-ui-button
Version:
The test-react-ui-button component provides users a way to trigger actions in the UI.
13 lines (10 loc) • 350 B
Plain Text
# This will treat all files as text files and convert to OS's line ending on checkout
# and back to LF on commit automatically.
# It also leaves all files detected as binary untouched.
* text=auto
# These files are text and should be normalized (Convert crlf => lf)
*.gitattributes text
.gitignore text
*.md text
*.js text eol=lf
*.jsx text eol=lf