Skip to content

Commit 70b4797

Browse files
misc(gitignore): Add new monorepo setup gitignore paths (#4064)
1 parent 37edf26 commit 70b4797

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,18 @@ yalc.lock
7676
.yarn
7777

7878
# E2E tests
79+
/dev-packages/e2e-tests/react-native-versions
7980
test/react-native/versions
8081
node_modules.bak
8182

8283
# Created by Sentry Metro Plugin
8384
.sentry/
85+
86+
# Yarn
87+
.yarn/*
88+
!.yarn/releases
89+
!.yarn/plugins
90+
.pnp.*
91+
92+
# Sentry React Native Monorepo
93+
/packages/core/README.md

0 commit comments

Comments
 (0)