Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding .xcworkspace to gitignore #463

Closed
wants to merge 1 commit into from

Conversation

jlmitch5
Copy link

This folder is created by xcode when one of the examples is run. Probably makes since to include this in the .gitignore as it doesn't make sense to keep the compiled native code under source control.

This folder is created by xcode when one of the examples is run.  Probably makes since to include this in the .gitignore as it doesn't make sense to keep the compiled native code under source control.
@facebook-github-bot
Copy link
Contributor

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

@facebook-github-bot
Copy link
Contributor

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@frantic
Copy link
Contributor

frantic commented Mar 30, 2015

Why? We don't have any workspaces in the repo yet, but I think when we do we would want to check them in

@ide
Copy link
Contributor

ide commented Mar 30, 2015

@frantic is right, workspaces should be checked in. Adding xcuserdata makes sense though. Here's a template for ideas:

.DS_Store
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
*.hmap
*.xccheckout

@vjeux vjeux closed this Apr 3, 2015
jfrolich pushed a commit to jfrolich/react-native that referenced this pull request Apr 22, 2020
mganandraj pushed a commit to mganandraj/react-native that referenced this pull request Jun 22, 2020
Setting `blurOnSubmit` to `true` means that pressing return will blur
the field and trigger the `onSubmitEditing` event instead of inserting
a newline into the field.

-- https://reactnative.dev/docs/textinput#bluronsubmit
ayushjainrksh referenced this pull request in MLH-Fellowship/react-native Jul 2, 2020
* typo - "so long as" -> "as long as"

* Update permissionsandroid.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants