We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115a35b commit 0acf50eCopy full SHA for 0acf50e
.gitattributes
@@ -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
+
5
# Exclude VendorLib
-lib/debugger/VendorLib/vs-py-debugger/ linguist-vendored
-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