Skip to content

Commit 0acf50e

Browse files
committed
chore: Use lf line ending + exclude dist from diff
1 parent 115a35b commit 0acf50e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.gitattributes

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
* text=auto eol=lf
2+
*.{cmd,[cC][mM][dD]} text eol=crlf
3+
*.{bat,[bB][aA][tT]} text eol=crlf
4+
15
# Exclude VendorLib
2-
lib/debugger/VendorLib/vs-py-debugger/ linguist-vendored
3-
lib/debugger/VendorLib/vs-py-debugger/ -diff
6+
lib/debugger/VendorLib/vs-py-debugger/**/* linguist-vendored
7+
lib/debugger/VendorLib/vs-py-debugger/**/* -diff
8+
9+
dist -diff
10+
dist/**/* linguist-vendored

0 commit comments

Comments
 (0)