Skip to content

Commit 60f2595

Browse files
committed
Add gitattributes and update yarn.lock
1 parent 2bb1731 commit 60f2595

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitattributes

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Handle line endings automatically for files detected as text
2+
# and leave all files detected as binary untouched.
3+
* text=auto
4+
5+
#
6+
# The above will handle all files NOT found below
7+
#
8+
# These files are text and should be normalized (Convert crlf => lf)
9+
*.gitattributes text
10+
.gitignore text
11+
*.md text

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ duplexer3@^0.1.4:
193193
version "0.1.4"
194194
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
195195

196-
escape-string-regexp@^1.0.2:
196+
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
197197
version "1.0.5"
198198
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
199199

0 commit comments

Comments
 (0)