Showing 1-20 of 1,060 packages
Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.
Command line tool for creating or updating a .npmignore file based on .gitignore.
🐊Putout plugin helps with .npmignore
Parse a .gitignore or .npmignore file into an array of patterns.
Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.
Node package dependency cleaner and .npmignore file generator.
Deletes files and folders from a folder hierarchy according to any .npmignore files contained therein
Creates a .npmignore file.
Parse ignore files (.gitignore and .npmignore)
Parse a .gitignore or .npmignore file into an array of patterns. TypeScript version.
(Node.js) Command line utility for checking what files are ignored by .gitignore and .npmignore files
Derive .npmignore from .gitignore with certain lines omitted as a build script
Get a list of the files to add from a folder into an npm package
A cli tool to generate `.npmignore` aggregating {global,local} `.gitignore` and `npmignore`. To avoid accidentally publishing {unnecessary,credential} files, such as `yarn.error`, `.envrc` or others, that declared in `.gitignore` but not in `.npmignore`
Generates .dockerignore, .npmignore, .gitignore
Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
A private package for various tasks for Expo module packages like compiling and testing
Tweaked edition of ignore-walk. Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.
Default values for a simple .npmignore file to keep your package clean of unnecessary stuff
```bash ├─.gitignore ├─.npmignore ├─package-lock.json ├─package.json ├─README.md ├─lib ## 主要目录 | ├─index.js ## 入口文件 | ├─utils ## 工具函数 | | ├─auth.js | | ├─drag.js