Skip to content

Commit

Permalink
fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Serghei Paduret committed Jul 12, 2021
1 parent 212583f commit b998e3c
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@

# dependencies
/node_modules
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*

# profiling files
chrome-profiler-events*.json
Expand Down Expand Up @@ -43,5 +50,3 @@ testem.log
# System Files
.DS_Store
Thumbs.db

.yarn/
55 changes: 55 additions & 0 deletions .yarn/releases/yarn-berry.cjs

Large diffs are not rendered by default.

0 comments on commit b998e3c

Please sign in to comment.