Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gitignore syntax compliance and improve file filtering logic #32

Merged
merged 2 commits into from
Aug 4, 2024

Conversation

yamadashy
Copy link
Owner

@yamadashy yamadashy commented Aug 4, 2024

Changes

  1. Fixed handling of .gitignore and .repopackignore files to properly comply with gitignore syntax
  2. Migrated custom ignore pattern processing from gitignore syntax to glob patterns

Motivation

This change addresses a critical issue where our handling of .gitignore and .repopackignore files was not fully compliant with gitignore syntax. The updates improve the file filtering process by:

  • Ensuring proper adherence to gitignore syntax rules

Notes

  • This change may affect which files are included/excluded in the packed output. Users should review their ignore patterns to ensure desired behavior.

@yamadashy yamadashy force-pushed the fix/gitignore-compatible branch from a63eb2d to 44226ef Compare August 4, 2024 04:38
@yamadashy yamadashy force-pushed the fix/gitignore-compatible branch from 44226ef to 9ebeed4 Compare August 4, 2024 04:41
@yamadashy yamadashy merged commit d238145 into main Aug 4, 2024
20 checks passed
@yamadashy yamadashy deleted the fix/gitignore-compatible branch August 4, 2024 04:43
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