Skip to content

chore(expo-google-signin): add gitignore - #9543

Merged
Ephem merged 1 commit into
mainfrom
fredrik/add-expo-google-signin-gitignore
Aug 25, 2026
Merged

chore(expo-google-signin): add gitignore#9543
Ephem merged 1 commit into
mainfrom
fredrik/add-expo-google-signin-gitignore

Conversation

@Ephem

@Ephem Ephem commented Aug 25, 2026

Copy link
Copy Markdown
Member

Description

This is to preserve my own sanity. My IDE was rebuilding on checkout, creating cache files in android/.gradle which showed up as unstaged files.

Just copied it over from expo-passkeys

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@changeset-bot

changeset-bot Bot commented Aug 25, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 32c2c97

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercel Bot commented Aug 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview Aug 25, 2026 8:17am
swingset Ready Ready Preview Aug 25, 2026 8:17am

Request Review

@pkg-pr-new

pkg-pr-new Bot commented Aug 25, 2026

Copy link
Copy Markdown

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@9543

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@9543

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@9543

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@9543

@clerk/electron

npm i https://pkg.pr.new/@clerk/electron@9543

@clerk/electron-passkeys

npm i https://pkg.pr.new/@clerk/electron-passkeys@9543

@clerk/eslint-plugin

npm i https://pkg.pr.new/@clerk/eslint-plugin@9543

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@9543

@clerk/expo-google-signin

npm i https://pkg.pr.new/@clerk/expo-google-signin@9543

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@9543

@clerk/express

npm i https://pkg.pr.new/@clerk/express@9543

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@9543

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@9543

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@9543

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@9543

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@9543

@clerk/react

npm i https://pkg.pr.new/@clerk/react@9543

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@9543

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@9543

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@9543

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@9543

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@9543

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@9543

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@9543

commit: 32c2c97

@github-actions

Copy link
Copy Markdown
Contributor

API Changes Report

Generated by Break Check on 2026-08-25T08:20:15.304Z

Summary

Metric Count
Packages analyzed 19
Packages with changes 0
🔴 Breaking changes 0
🟡 Non-breaking changes 0
🟢 Additions 0

No API Changes Detected

All packages have stable APIs with no detected changes.


Report generated by Break Check

Last ran on 32c2c97.

@coderabbitai

coderabbitai Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: c5e99b52-8c04-420d-913b-771bce8e4a98

📥 Commits

Reviewing files that changed from the base of the PR and between 2799f0d and 32c2c97.

📒 Files selected for processing (2)
  • .changeset/expo-google-signin-gitignore.md
  • packages/expo-google-signin/.gitignore
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

  • clerk/clerk_go (manual)
  • clerk/dashboard (manual)
  • clerk/accounts (manual)
  • clerk/backoffice (manual)
  • clerk/clerk (manual)
  • clerk/clerk-docs (manual)
  • clerk/cloudflare-workers (manual)
  • clerk/cli (auto-detected)
  • clerk/clerk-ios (auto-detected)
  • clerk/clerk-android (auto-detected)

Included review availability: 9 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 10 reviews per hour.


📝 Walkthrough

Walkthrough

Added an empty Changeset metadata file and a package-level .gitignore for editor files, native build artifacts, dependencies, logs, credentials, Expo output, and environment files.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 32c2c

This localized change only prevents IDE-generated Android cache files from appearing as unstaged changes; no actionable merge-blocking risk remains.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the main change: adding a gitignore to the expo-google-signin package.
Description check ✅ Passed The description explains that the gitignore prevents IDE-generated cache files from appearing as unstaged changes and notes that it was copied from expo-passkeys.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.)


Comment @coderabbitai help to get the list of available commands.

@Ephem
Ephem merged commit 97aa1a8 into main Aug 25, 2026
58 checks passed
@Ephem
Ephem deleted the fredrik/add-expo-google-signin-gitignore branch August 25, 2026 08:35
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.

2 participants