Skip to content

Commit

Permalink
added new package manager - yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
LenaEDS committed Aug 7, 2024
1 parent 2514422 commit 2bef799
Show file tree
Hide file tree
Showing 8 changed files with 42,935 additions and 33 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,12 @@ yarn-error.log*ode_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*

#yarn
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
26,564 changes: 26,564 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 2bef799

Please sign in to comment.