全部搜索项
bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: node-ignore  ]

软件包:node-ignore(5.1.4-5)

node-ignore 的相关链接

Screenshot

Debian 的资源:

下载源码包 node-ignore

维护小组:

外部的资源:

相似软件包:

manager and filter for .gitignore rules - Node.js library

"ignore" is a manager, filter and parser for the .gitignore spec at <https://git-scm.com/docs/gitignore>, implemented in pure JavaScript.

 * Standalone module, much simpler than e.g. "fstream-ignore".
 * Only contains utility methods
   to filter paths according to the specified ignore rules.
 * Never tries to discover ignore rules
   by traversing directories or fetching from git configurations.
 * Doesn't care about sub-modules of git projects.
 * Complies exactly to gitignore documentation
   at <https://git-scm.com/docs/gitignore>:
   - "/*.js" should only match "a.js", not also "abc/a.js".
   - "**/foo" should match "foo" anywhere.
   - Prevents re-including a file excluded in a parent directory.
   - Handles trailing whitespaces:
     - "a " (one space) should not match "a  " (two spaces).
     - "a \ " matches "a  ".
   - All test cases are verified against "git check-ignore".

其他与 node-ignore 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 node-ignore

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 21.8 kB83.0 kB [文件列表]