autogit-plugin-gitignore
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Autogit Plugin - .gitignore

A plugin for manipulating .gitignore.

Install

npm install --save autogit-plugin-gitignore

Usage

Options

This plugin uses the following options object:

{
  add: [], // Array of globs to add
  remove: [] // Array of globs to remove
}

Configuration

Add this plugin to a command:

const gitignore = require ( 'autogit-plugin-gitignore' );

module.exports = {
  commands: {
    'my-command': [
      gitignore ({ /* YOUR OPTIONS */ })
    ]
  }
}

License

MIT © Fabio Spampinato

Package Sidebar

Install

npm i autogit-plugin-gitignore

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

14.9 kB

Total Files

14

Last publish

Collaborators

  • fabiospampinato