Skip to content

Commit

Permalink
Add .gitattributes file (#2478)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson authored Jan 23, 2024
1 parent c26094b commit d26b869
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Consider all files text by default; enforce unix line endings
* text eol=lf

# Treat these files as binary so git doesn't show massive diffs
/.yarn/releases/** binary
/.yarn/plugins/** binary

# Windows-specific files that need windows-style endings to work
*.bat text eol=crlf

# Files that are actually binary
*.data binary
*.eot binary
*.gif binary
*.ico binary
*.jar binary
*.jpg binary
*.png binary
*.ttf binary
*.woff binary
*.woff2 binary

0 comments on commit d26b869

Please sign in to comment.