Skip to content

Commit

Permalink
feat(template): add Yarn files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak authored and cortinico committed Jan 18, 2024
1 parent 8ac08c8 commit 978c2a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/react-native/template/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@ yarn-error.log

# testing
/coverage

# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

0 comments on commit 978c2a9

Please sign in to comment.