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

Ignore node_modules subdirectories #109

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

jpogran
Copy link
Contributor

@jpogran jpogran commented May 29, 2024

This adjusts the default ignore pattern for node_modules to include subdirectories when checking for headers. This is necessary because the node_modules directory is sometimes nested within other directories, and the current pattern only matches the top-level node_modules directory.

This really only affects interactive use, as node_modules directories are not usally committed to version control.

This adjusts the default ignore pattern for node_modules to include subdirectories when checking for headers. This is necessary because the node_modules directory is sometimes nested within other directories, and the current pattern only matches the top-level node_modules directory.

This really only affects interactive use, as node_modules directories are not usally committed to version control.
@jpogran jpogran marked this pull request as ready for review May 29, 2024 12:33
@dlaguerta dlaguerta merged commit c9d57fb into hashicorp:main Jun 24, 2024
5 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