-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
This package is used by various tools for parsing an ignore file. Since basically every tool, especially linter, simply needs to ignore files from .gitignore, and maybe some other files, it would be nice if they could simply include the file list from .gitignore.
In the Google Cloud SDK, this is solved using the following syntax:
#!include:.gitignore
See https://cloud.google.com/sdk/gcloud/reference/topic/gcloudignore
Currently Prettier, ESLint, and Stylelint all use separate ignore, all parsed using this package. All of their ignore files typically contain the same content.
Powersource, latipun7, testfailed, davidbludlow, Th3S4mur41 and 3 more
Metadata
Metadata
Assignees
Labels
No labels