Conversation
`expo prebuild` / `run:android` generate apps/betterangels/android/ and per-module android/build/ directories. Without these entries a local Android build leaves thousands of untracked files in `git status`. The expo-splash-screen dependency that originally accompanied this fix is already on main, so only the ignore rules remain.
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds .gitignore entries to exclude generated Android build output directories from version control, avoiding thousands of untracked files after running Expo Android build commands. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Author
|
Superseded by #2466, opened from a branch in this repository. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
expo prebuild/run:androidgenerateapps/betterangels/android/andper-module
android/build/directories. Without these entries a local Androidbuild leaves thousands of untracked files in
git status.The
expo-splash-screendependency that originally accompanied this fix isalready on main, so only the ignore rules remain.
Split out from in-progress referral module work so the build fix can land on its
own. No behaviour change — four lines added to
.gitignore, nothing else.Summary by Sourcery
Build: