Skip to content

Commit a66d601

Browse files
committed
Updated gitignore file.
1 parent 96ff311 commit a66d601

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,12 @@ package-lock.json
235235
/packages/react-native-codegen/**/*.xcodeproj
236236

237237
# CocoaPods
238-
/example/ios/Pods/
239-
/example/ios/Podfile.lock
238+
/example
240239
/packages/rn-tester/Gemfile.lock
240+
/navigation
241+
/utils
242+
*.sync.ffs_db
243+
/screens
241244

242245
# Ignore RNTester specific Pods, but keep the __offline_mirrors__ here.
243246
/packages/rn-tester/Pods/*

0 commit comments

Comments
 (0)