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

feat(filter): Honor .gitignore files in subdirectories #35

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

yamadashy
Copy link
Owner

This PR addresses issue #34 by implementing support for .gitignore files in subdirectories.

Changes:

  • Updated the file filtering logic to consider .gitignore files in all directories, not just the root.
  • Added tests to verify the new behavior.

This change ensures that all .gitignore files, regardless of their location in the project structure, are properly respected during the file filtering process.

@yamadashy yamadashy force-pushed the fix/gitignore-subdir branch 5 times, most recently from 9aef728 to 24bfda0 Compare August 4, 2024 12:41
@yamadashy yamadashy force-pushed the fix/gitignore-subdir branch from 24bfda0 to 52c98fa Compare August 4, 2024 12:43
@yamadashy yamadashy merged commit 827e2e0 into main Aug 4, 2024
20 checks passed
@yamadashy yamadashy deleted the fix/gitignore-subdir branch August 4, 2024 12:47
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