Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace
# Generated by CocoaPods for the test app.
example/ios/*.xcworkspace/
# Generated by react-native-test-app and contains the local Node path.
example/ios/.xcode.env
**/.xcode.env.local

# Android/IJ
Expand All @@ -46,6 +49,10 @@ android.iml
example/ios/Pods

# Ruby
# Bundler's configuration is generated by react-native-test-app and must remain
# in the example project, but its installed gems are machine-local.
example/.bundle/*
!example/.bundle/config
example/vendor/

# node.js
Expand Down
Loading