docs: Remove accidentally committed screenshot files#2197
Merged
Conversation
Remove three PNG screenshot files that were accidentally committed to the repository root in PR #2104. These files were used during development but should not be part of the repository. Files removed: - resources-page-cloud-icon.png (44KB) - resources-page-hetzner-section.png (50KB) - resources-page-with-icon.png (53KB) Also update .gitignore to prevent future accidental commits of PNG files in the root directory while still allowing PNG files in docs/. This cleanup follows the original commit message which mentioned removing an accidentally committed screenshot file, but these three files remained.
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.
Summary
Remove three PNG screenshot files that were accidentally committed to the repository root in PR #2104. These files were used during development/testing but should not be part of the repository.
Changes
Files Removed
resources-page-cloud-icon.png(44KB)resources-page-hetzner-section.png(50KB)resources-page-with-icon.png(53KB).gitignoreUpdatedAdded pattern to prevent future accidental commits of PNG files in the root directory while still allowing PNG files in
docs/:Context
The original commit message for PR #2104 mentioned "Remove accidentally committed screenshot file", but three PNG files remained in the repository root. These files are not referenced anywhere in the documentation and appear to be leftover test/development artifacts.
Testing
cd docs && npm run build).gitignorepattern tested to exclude root PNG files while allowing docs PNG filesRelated