Comparing version 5.1.6 to 5.1.7
{ | ||
"name": "ignore", | ||
"version": "5.1.6", | ||
"version": "5.1.7", | ||
"description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -42,4 +42,8 @@ <table><thead> | ||
Pay attention that [`minimatch`](https://www.npmjs.org/package/minimatch) does not work in the gitignore way. To filter filenames according to .gitignore file, I recommend this module. | ||
Pay **ATTENTION** that [`minimatch`](https://www.npmjs.org/package/minimatch) (which used by `fstream-ignore`) does not follow the gitignore spec. | ||
To filter filenames according to a .gitignore file, I recommend this npm package, `ignore`. | ||
To parse an `.npmignore` file, you should use `minimatch`, because an `.npmignore` file does not work in the .gitignore way. | ||
### Tested on | ||
@@ -46,0 +50,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48946
393