mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
79e2d5298d
* chore(extension): test in CI * On Windows * Use working-directory * Increase timeout * Try waiting 2 seconds * Or 5 * Keep other parts of CI * Add more to gitattributes * Expand * No yaml * Long
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
*.js text eol=lf
|
|
*.jsx text eol=lf
|
|
*.ts text eol=lf
|
|
*.tsx text eol=lf
|
|
*.json text eol=lf
|
|
*.css text eol=lf
|
|
*.html text eol=lf
|
|
*.md text eol=lf
|
|
*.yml text eol=lf
|
|
*.graphql text eol=lf
|
|
.eslintrc text eol=lf
|
|
.prettierrc text eol=lf
|
|
.babelrc text eol=lf
|