Skip to content

Commit 63b9ce0

Browse files
committed
initial commits
1 parent 584a44c commit 63b9ce0

11 files changed

+4186
-11
lines changed

.gitattributes

Lines changed: 0 additions & 4 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,5 @@
55
!.yarn/sdks
66
!.yarn/versions
77

8-
# Swap the comments on the following lines if you wish to use zero-installs
9-
# In that case, don't forget to run `yarn config set enableGlobalCache false`!
10-
# Documentation here: https://yarnpkg.com/features/caching#zero-installs
11-
12-
#!.yarn/cache
13-
.pnp.*
8+
node_modules
9+
.env

.yarnrc.yml

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

0 commit comments

Comments
 (0)