Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit efe1c16

Browse files
committed
Update yarn lock
1 parent d69229f commit efe1c16

File tree

3 files changed

+2384
-0
lines changed

3 files changed

+2384
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
/*.js
2+
3+
# Project dependencies
4+
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
5+
node_modules
6+
.cache/
7+
# Build directory
8+
public/
9+
static/admin/*.bundle.*
10+
.DS_Store
11+
yarn-error.log

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

0 commit comments

Comments
 (0)