Skip to content

Remove dev-only numeric-extension patterns mistakenly committed to .gitignore#198

Merged
dmidem merged 1 commit intozsa1from
remove-gitignore-unwanted-lines
Nov 3, 2025
Merged

Remove dev-only numeric-extension patterns mistakenly committed to .gitignore#198
dmidem merged 1 commit intozsa1from
remove-gitignore-unwanted-lines

Conversation

@dmidem
Copy link

@dmidem dmidem commented Nov 2, 2025

This PR deletes two lines from .gitignore:

*.[0-9]
*.[0-9][0-9]

These patterns were added locally for personal development to hide temporary file copies and were accidentally committed in a prior large PR (see #104). They ignore any files ending in .0–.99, which can mask real files and cause confusion.

@dmidem dmidem requested a review from PaulLaux November 2, 2025 17:03
@dmidem dmidem merged commit a02fdf1 into zsa1 Nov 3, 2025
17 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.

2 participants