Skip to content

chore: exclude .DS_Store from builds#1860

Merged
arifulhoque7 merged 1 commit into
weDevsOfficial:developfrom
arifulhoque7:chore/exclude-ds-store-from-builds
May 11, 2026
Merged

chore: exclude .DS_Store from builds#1860
arifulhoque7 merged 1 commit into
weDevsOfficial:developfrom
arifulhoque7:chore/exclude-ds-store-from-builds

Conversation

@arifulhoque7
Copy link
Copy Markdown
Contributor

Summary

Adds .DS_Store entries to the three exclusion config files:

  • .svnignore (manual SVN deploy)
  • appsero.json (Appsero auto-build for wp.org)
  • Gruntfile.js copy task (grunt zip GitHub release asset)

Why

macOS Finder generates .DS_Store files in every directory it browses. Without these excludes, contributor machines can leak those files into the distributed plugin zip pushed to wp.org.

Test plan

  • Open new release branch
  • Run grunt zip
  • Confirm any .DS_Store files in working tree are NOT inside the resulting zip

Adds .DS_Store entries to the three exclusion config files:
- .svnignore (manual SVN deploy)
- appsero.json (Appsero auto-build for wp.org)
- Gruntfile.js copy task (grunt zip GitHub release asset)

Prevents macOS Finder metadata files from leaking into the
distributed plugin zip.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 11, 2026

Warning

Rate limit exceeded

@arifulhoque7 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 14 minutes and 31 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 07f9fd9e-fe84-41fc-9310-5217a6f45f79

📥 Commits

Reviewing files that changed from the base of the PR and between 86991f6 and 09486cb.

📒 Files selected for processing (3)
  • .svnignore
  • Gruntfile.js
  • appsero.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@arifulhoque7 arifulhoque7 merged commit 6d50412 into weDevsOfficial:develop May 11, 2026
2 checks passed
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.

1 participant