Skip to content

Ignore scoped files anywhere in repo #477

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

Merged
merged 2 commits into from
Apr 17, 2025
Merged

Ignore scoped files anywhere in repo #477

merged 2 commits into from
Apr 17, 2025

Conversation

tw-owen-nelson
Copy link
Collaborator

Unlike custom fileignores in .talismanrc, all file names ignored by scope configs should be ignored regardless of relative path within repo

Fixes #476

node_modules should not be checked into git. If you do this and would
like to continue to ignore it, create a fileignoreconfig in .talismanrc
for 'node_modules'

Authored-by: Owen Nelson <[email protected]>
When checking if an Addition belongs to any scopes, we should compare
just the basename of the Addition instead of using the standard
filename/path matching logic.

Authored-by: Owen Nelson <[email protected]>
@tw-owen-nelson tw-owen-nelson merged commit 9c8988e into main Apr 17, 2025
5 checks passed
@tw-owen-nelson tw-owen-nelson deleted the fix-476 branch April 17, 2025 18:30
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.

Golang scope files not ignored in submodules since 1.33.0
1 participant