mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
0cfc38a59f
Summary: This folder contains only autogenerated files but was missing from the gitignore. Closes https://github.com/facebook/react-native/pull/10022 Differential Revision: D3917014 fbshipit-source-id: 0a5ab629a327d6800703e1e1a5494bdfa3464c43
56 lines
822 B
Plaintext
56 lines
822 B
Plaintext
# Xcode
|
|
!**/*.xcodeproj
|
|
!**/*.pbxproj
|
|
!**/*.xcworkspacedata
|
|
!**/*.xcsettings
|
|
!**/*.xcscheme
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.xcuserstate
|
|
project.xcworkspace
|
|
|
|
# Gradle
|
|
/build/
|
|
/Examples/**/android/app/build/
|
|
/Examples/**/android/app/gradle/
|
|
/Examples/**/android/app/gradlew
|
|
/Examples/**/android/app/gradlew.bat
|
|
/ReactAndroid/build/
|
|
|
|
# Buck
|
|
.buckd
|
|
buck-out
|
|
/ReactAndroid/src/main/jni/prebuilt/lib/armeabi-v7a/
|
|
/ReactAndroid/src/main/jni/prebuilt/lib/x86/
|
|
/ReactAndroid/src/main/gen
|
|
|
|
# Android
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
*.iml
|
|
/android/
|
|
|
|
# Node
|
|
node_modules
|
|
*.log
|
|
.nvm
|
|
|
|
# OS X
|
|
.DS_Store
|
|
|
|
# Test generated files
|
|
/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
|