Create gitignore for your project
Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
Get a list of the files to add from a folder into an npm package
.gitignore support for ESLint Flat Config
Parse a .gitignore or .npmignore file into an array of patterns.
Gitignore Glob matcher for cspell
dockerignore is a file filter library compatible with Docker and the node-ignore API
Utility to convert gitignore patterns to minimatch patterns
Transforms .gitignore patterns to ones compatible with the glob package (used by Grunt & others)
Extends `glob` with support for filtering files according to gitignore rules and exposes an optional Promise API with NO performance issues
Secretlint CLI that scan secret/credential data.
A toolkit for JavaScript codemods
Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.
Twilio SendGrid NodeJS API client
A simple .gitignore parser.
a CLI tool to build and sync *ignore files across files and repositories
find the closest .gitignore file, parse it, and apply ignore rules
🐊Putout plugin helps with .gitignore
Gulp plugin to exclude file contained in .gitignore from the stream
Automatically fetch gitignore files for any project type from github into your new project
Configuration migration for ESLint
A simple .gitignore parser.
Reruns the given file whenever a file in the current working dir subtree is changed.
TypeScript definitions for parse-gitignore
sj-ignore uses github's gitignore repository to make it easy to list all the languages and platforms you would like included in your .gitignore file
rails-diff helps you compare files generated by Rails (like Dockerfile, .gitignore, etc) with the ones in your repository, making it easier to keep track of changes and updates.
Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored. Making this totally rad. == Features/Problems: * Reports differences at any level of code. * Adds a score multiplier to identical nodes. * Differences in literal values, variable, class, and method names are ignored. * Differences in whitespace, programming style, braces vs do/end, etc are ignored. * Works across files. * Add the flay-persistent plugin to work across large/many projects. * Run --diff to see an N-way diff of the code. * Provides conservative (default) and --liberal pruning options. * Provides --fuzzy duplication detection. * Language independent: Plugin system allows other languages to be flayed. * Ships with .rb and .erb. * javascript and others will be available separately. * Includes FlayTask for Rakefiles. * Uses path_expander, so you can use: * dir_arg -- expand a directory automatically * @file_of_args -- persist arguments in a file * -path_to_subtract -- ignore intersecting subsets of files/directories * Skips files matched via patterns in .flayignore (subset format of .gitignore). * Totally rad.