chore: declare eol in gitattributes

This commit is contained in:
peterwoodworth
2023-06-30 16:17:47 -07:00
parent 7b90497500
commit cd5cd29d7f

5
.gitattributes vendored
View File

@@ -1,2 +1,7 @@
/dist/** linguist-generated
/package-lock.json linguist-generated
*.json text eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.ts text eol=lf
*.tsx text eol=lf