-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: Implement for
ignore-from-file
option
Closes #360 Co-authored-by: Adrien Vergé <@adrienverge>
- Loading branch information
1 parent
fb0c0a5
commit 2f8ad70
Showing
3 changed files
with
229 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Awesome with the new ignore-from-file!
@ndrwnaguib @adrienverge One small thought, is that it may be better with additive behavior here, i.e. the union of
ignore
andignore-from-file
.