Skip to content

Commit ca2e809

Browse files
committed
Add gitattributes
1 parent b609f16 commit ca2e809

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See https://git-scm.com/docs/gitattributes#_pattern_format for more about `.gitattributes`.
2+
3+
# Normalize EOL for all files that Git considers text files
4+
* text=auto eol=lf
5+
6+
# Mark lock files as generated to avoid diffing
7+
bun.lock linguist-generated

0 commit comments

Comments
 (0)