Skip to content

Commit a1c192f

Browse files
committed
chore: updated gitignore and yarn.lock
1 parent 8946c8c commit a1c192f

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
!.vscode/launch.json
2525
!.vscode/extensions.json
2626

27+
# Codespaces
28+
/.devcontainer
29+
2730
# misc
2831
/.sass-cache
2932
/connect.lock

yarn.lock

-33
Original file line numberDiff line numberDiff line change
@@ -2569,13 +2569,6 @@
25692569
"resolved" "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz"
25702570
"version" "2.0.0"
25712571

2572-
"bindings@^1.5.0":
2573-
"integrity" "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ=="
2574-
"resolved" "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz"
2575-
"version" "1.5.0"
2576-
dependencies:
2577-
"file-uri-to-path" "1.0.0"
2578-
25792572
25802573
"integrity" "sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig=="
25812574
"resolved" "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz"
@@ -5464,27 +5457,6 @@
54645457
"resolved" "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
54655458
"version" "1.0.0"
54665459

5467-
"fsevents@^1.2.2":
5468-
"integrity" "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw=="
5469-
"resolved" "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz"
5470-
"version" "1.2.13"
5471-
dependencies:
5472-
"bindings" "^1.5.0"
5473-
"nan" "^2.12.1"
5474-
5475-
"fsevents@^1.2.7":
5476-
"integrity" "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw=="
5477-
"resolved" "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz"
5478-
"version" "1.2.13"
5479-
dependencies:
5480-
"bindings" "^1.5.0"
5481-
"nan" "^2.12.1"
5482-
5483-
"fsevents@~2.1.2":
5484-
"integrity" "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ=="
5485-
"resolved" "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz"
5486-
"version" "2.1.3"
5487-
54885460
"function-bind@^1.1.1":
54895461
"integrity" "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
54905462
"resolved" "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
@@ -8412,11 +8384,6 @@
84128384
"resolved" "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz"
84138385
"version" "0.0.8"
84148386

8415-
"nan@^2.12.1":
8416-
"integrity" "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw=="
8417-
"resolved" "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz"
8418-
"version" "2.14.1"
8419-
84208387
"nanomatch@^1.2.9":
84218388
"integrity" "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA=="
84228389
"resolved" "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz"

0 commit comments

Comments
 (0)