ignore
Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
A regular expression for file paths that contain a `node_modules` folder.
Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.
A list of directories you should ignore by default
Filter out system junk files like .DS_Store and Thumbs.db
ignorefile/includefile matching .gitignore spec
Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.
find the closest .gitignore file, parse it, and apply ignore rules
Filter files in a `vinyl` stream
Parse a .gitignore or .npmignore file into an array of patterns.
dockerignore is a file filter library compatible with Docker and the node-ignore API
A regular expression that matches common filenames that we want to ignore
Exclude certain items from an array
The default things we ignore when you deploy to Surge
match or ignore url path
Prevents ignored files from being emitted during a Webpack build
glob-fs middleware for automatically ignoring files specified in `.gitignore`
glob-fs middleware for automatically ignoring dotfiles.
Ignore assets from compilation. Useful when you use non-js files as entry points with extract-text-webpack-plugin, and don't need the resulting empty js files.
Bypass the require cache when requiring a module – works with both node and browserify