Skip to content

Commit

Permalink
misc(gitignore): Add new monorepo setup gitignore paths (#4064)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Sep 11, 2024
1 parent 37edf26 commit 70b4797
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,18 @@ yalc.lock
.yarn

# E2E tests
/dev-packages/e2e-tests/react-native-versions
test/react-native/versions
node_modules.bak

# Created by Sentry Metro Plugin
.sentry/

# Yarn
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*

# Sentry React Native Monorepo
/packages/core/README.md

0 comments on commit 70b4797

Please sign in to comment.