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: Allow default ignored files to be unignored (fixes #5410) #5627

Merged
merged 1 commit into from Mar 22, 2016

Conversation

IanVS
Copy link
Member

@IanVS IanVS commented Mar 20, 2016

This PR changes the default ignores from:

/node_modules/
/bower_components/

to:

/node_modules/*
/bower_components/*

as suggested by @alberto in #5410 (comment).

However, I'm keeping this.ig.default so that we can continue avoiding showing warning messages for files in those folders.

To allow custom-specified ignore patterns to override the defaults, the custom patterns will be added to the defaults as well. A warning will only be shown if a file is ignored by custom ignore rules but not by default.

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @gronke, @gyandeeps and @jrajav to be potential reviewers

@eslintbot
Copy link

LGTM

@gronke
Copy link
Contributor

gronke commented Mar 20, 2016

Looks good 👍

@ilyavolodin
Copy link
Member

LGTM

1 similar comment
@nzakas
Copy link
Member

nzakas commented Mar 22, 2016

LGTM

nzakas added a commit that referenced this pull request Mar 22, 2016
Fix: Allow default ignored files to be unignored (fixes #5410)
@nzakas nzakas merged commit 1beacc8 into master Mar 22, 2016
@IanVS IanVS deleted the issue5410 branch March 22, 2016 20:08
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 6, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants