Skip to content

Commit

Permalink
feat: add .yarn to git
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Nov 13, 2024
1 parent 016f9e9 commit 47e816a
Show file tree
Hide file tree
Showing 186 changed files with 87,265 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
# https://yarnpkg.com/getting-started/qa/#which-files-should-be-gitignored
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/unplugged

# Logs
logs
*.log
Expand All @@ -33,6 +24,7 @@ build/Release

# Dependency directory
node_modules
!.yarn/unplugged/**/node_modules
.yarn-cache

# Optional npm cache directory
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Empty file.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 47e816a

Please sign in to comment.