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

Update template to gitignore android/app/.cxx #34430

Closed
wants to merge 3 commits into from
Closed

Conversation

leotm
Copy link
Contributor

@leotm leotm commented Aug 16, 2022

Summary

CMake gens running debug

  • android/app/.cxx/Debug/*
  • android/app/.cxx/RelWithDebInfo/*

Neither/nothing during release.

So probably want the 87 debug files untracked.

Follow-up: #34354

macOS 13b, RN 0.70.0-rc.3

Changelog

[Android] [Added] - Update template to gitignore android/app/.cxx

Test Plan

Everything builds and runs as expected

CMake gens running debug
- `android/app/.cxx/Debug/*`
- `android/app/.cxx/RelWithDebInfo/*`
Neither/nothing during release.

So probably want the 87 debug files untracked.

Follow-up: facebook#34354
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 16, 2022
@leotm leotm marked this pull request as ready for review August 16, 2022 15:32
@react-native-bot react-native-bot added Platform: Android Android applications. Type: Enhancement A new feature or enhancement of an existing feature. labels Aug 16, 2022
@facebook-github-bot facebook-github-bot added the Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. label Aug 16, 2022
leotm added a commit to leotm/react-native-template-new-architecture that referenced this pull request Aug 16, 2022
leotm added a commit to leotm/react-native-template-new-architecture that referenced this pull request Aug 16, 2022
* Update dependency react-native to v0.70.0-rc.3

* `pod install`

* `pod update hermes-engine --no-repo-update`

Needed after
✔ Remove installed CocoaPods
✔ Remove CocoaPods spec cache

* Delete android/app/src/main/jni/Android.mk

* Create android/app/src/main/jni/CMakeLists.txt

* Update android/app/build.gradle from ndk-build+Make to CMake

* Fix CMakeLists.txt

* Gitignore `android/app/.cxx`

facebook/react-native#34430

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LeoTM <1881059+leotm@users.noreply.github.com>
template/_gitignore Outdated Show resolved Hide resolved
@leotm leotm requested a review from cortinico August 16, 2022 16:01
template/_gitignore Outdated Show resolved Hide resolved
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
@facebook-github-bot
Copy link
Contributor

@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @leotm in 542d43d.

When will my fix make it into a release? | Upcoming Releases

@react-native-bot react-native-bot added the Merged This PR has been merged. label Aug 17, 2022
roryabraham pushed a commit to Expensify/react-native that referenced this pull request Aug 17, 2022
Summary:
CMake gens running debug
- `android/app/.cxx/Debug/*`
- `android/app/.cxx/RelWithDebInfo/*`

Neither/nothing during release.

So probably want the 87 debug files untracked.

Follow-up: facebook#34354

_macOS 13b, RN 0.70.0-rc.3_

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[Android] [Added] - Update template to gitignore `android/app/.cxx`

Pull Request resolved: facebook#34430

Test Plan: Everything builds and runs as expected

Reviewed By: cipolleschi

Differential Revision: D38752097

Pulled By: cortinico

fbshipit-source-id: 61c31317d5e45f831445841f3e14da871b3903e5
roryabraham pushed a commit to Expensify/react-native that referenced this pull request Aug 17, 2022
Summary:
CMake gens running debug
- `android/app/.cxx/Debug/*`
- `android/app/.cxx/RelWithDebInfo/*`

Neither/nothing during release.

So probably want the 87 debug files untracked.

Follow-up: facebook#34354

_macOS 13b, RN 0.70.0-rc.3_

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[Android] [Added] - Update template to gitignore `android/app/.cxx`

Pull Request resolved: facebook#34430

Test Plan: Everything builds and runs as expected

Reviewed By: cipolleschi

Differential Revision: D38752097

Pulled By: cortinico

fbshipit-source-id: 61c31317d5e45f831445841f3e14da871b3903e5
kelset pushed a commit that referenced this pull request Aug 22, 2022
Summary:
CMake gens running debug
- `android/app/.cxx/Debug/*`
- `android/app/.cxx/RelWithDebInfo/*`

Neither/nothing during release.

So probably want the 87 debug files untracked.

Follow-up: #34354

_macOS 13b, RN 0.70.0-rc.3_

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[Android] [Added] - Update template to gitignore `android/app/.cxx`

Pull Request resolved: #34430

Test Plan: Everything builds and runs as expected

Reviewed By: cipolleschi

Differential Revision: D38752097

Pulled By: cortinico

fbshipit-source-id: 61c31317d5e45f831445841f3e14da871b3903e5
leotm added a commit to leotm/react-native-template-new-architecture that referenced this pull request Aug 24, 2022
leotm added a commit to leotm/react-native-template-new-architecture that referenced this pull request Aug 25, 2022
* Update dependency react-native to v0.70.0-rc.4

* Update gitignore .cxx

Code review feedback
- facebook/react-native#34430

* Update react-native pods to v0.70.0-rc.4

* Remove stale _editorconfig

- looks like for Windows
- not in `main` /template

* Update pod hermes-engine to 0.70.0-rc.4

#825

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LeoTM <1881059+leotm@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. Platform: Android Android applications. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. Type: Enhancement A new feature or enhancement of an existing feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants