Skip to content

chore(gitignore): ignore screenshots PNG files#734

Open
nicomiguelino wants to merge 1 commit intomasterfrom
chore/gitignore-ignore-screenshots
Open

chore(gitignore): ignore screenshots PNG files#734
nicomiguelino wants to merge 1 commit intomasterfrom
chore/gitignore-ignore-screenshots

Conversation

@nicomiguelino
Copy link
Contributor

Background

When bun run screenshots is running, the generated PNG files appear as unstaged changes in git status. These files are temporary and will be removed once the command finishes execution, so they should not be tracked by Git.

Summary

  • Add edge-apps/**/screenshots/*.png to the project-level .gitignore
  • Add screenshots/*.png to the edge app template and all edge apps that depend on edge-apps-library

- Add `screenshots/*.png` to project-level .gitignore
- Add `screenshots/*.png` to edge app template .gitignore
- Add `screenshots/*.png` to all edge apps that depend on edge-apps-library

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@nicomiguelino nicomiguelino self-assigned this Mar 13, 2026
@nicomiguelino nicomiguelino requested a review from Copilot March 13, 2026 21:04
@github-actions
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

@nicomiguelino nicomiguelino marked this pull request as ready for review March 13, 2026 21:05
@github-actions
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates gitignore rules to prevent temporary screenshot PNG artifacts (generated during bun run screenshots) from showing up as unstaged changes across edge apps and the edge app template.

Changes:

  • Ignore edge-apps/**/screenshots/*.png at the repo root.
  • Add screenshots/*.png to the edge app template .gitignore.
  • Add screenshots/*.png to .gitignore files in edge apps that use the shared screenshot tooling.

Reviewed changes

Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.gitignore Globally ignores temporary screenshot PNGs under edge-apps/**/screenshots/.
edge-apps/.bun-create/edge-app-template/.gitignore Ensures newly generated edge apps ignore screenshot PNG intermediates.
edge-apps/welcome-app/.gitignore Ignores screenshot PNG intermediates in the app directory.
edge-apps/weather/.gitignore Ignores screenshot PNG intermediates in the app directory.
edge-apps/simple-timer/.gitignore Ignores screenshot PNG intermediates in the app directory.
edge-apps/simple-message-app/.gitignore Ignores screenshot PNG intermediates in the app directory.
edge-apps/qr-code/.gitignore Ignores screenshot PNG intermediates in the app directory.
edge-apps/outlook-calendar/.gitignore Ignores screenshot PNG intermediates in the app directory.
edge-apps/menu-board/.gitignore Ignores screenshot PNG intermediates in the app directory.
edge-apps/grafana/.gitignore Ignores screenshot PNG intermediates in the app directory.
edge-apps/google-calendar/.gitignore Ignores screenshot PNG intermediates in the app directory.
edge-apps/clock/.gitignore Ignores screenshot PNG intermediates in the app directory.
edge-apps/cap-alerting/.gitignore Ignores screenshot PNG intermediates in the app directory.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants