mirror of
https://github.com/status-im/react-native.git
synced 2025-01-19 14:02:10 +00:00
f917c073aa
Summary: Simple removal of a trailing space in a template file which leads to a warning when using `react-native-gitupgrade`: <img width="1187" alt="capture d ecran 2016-12-02 a 12 44 26" src="https://cloud.githubusercontent.com/assets/4425455/20832904/2c039f80-b88d-11e6-855a-78287d29585f.png"> **Test plan** To repro: - Install the `react-native-git-upgrade` package (see #11110) - Upgrade from 0.39.0 to 0.40.0-rc.0 Ping mkonicek Closes https://github.com/facebook/react-native/pull/11270 Differential Revision: D4265540 Pulled By: mkonicek fbshipit-source-id: 7b05f2de4711818b25fcd09260ae9c75d187d9ad
54 lines
776 B
Plaintext
54 lines
776 B
Plaintext
# OSX
|
|
#
|
|
.DS_Store
|
|
|
|
# Xcode
|
|
#
|
|
build/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.xcuserstate
|
|
project.xcworkspace
|
|
|
|
# Android/IntelliJ
|
|
#
|
|
build/
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
*.iml
|
|
|
|
# node.js
|
|
#
|
|
node_modules/
|
|
npm-debug.log
|
|
|
|
# BUCK
|
|
buck-out/
|
|
\.buckd/
|
|
android/app/libs
|
|
*.keystore
|
|
|
|
# fastlane
|
|
#
|
|
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
|
# screenshots whenever they are needed.
|
|
# For more information about the recommended setup visit:
|
|
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
|
|
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots
|