@putout/plugin-gitignore
putout plugin helps whith .gitignore
Last updated 4 years ago by coderaiser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install @putout/plugin-gitignore 
SYNC missed versions from official npm registry.

@putout/plugin-gitignore NPM version

🐊Putout plugin helps with 🐊Putout plugins development.

Install

npm i @putout/plugin-gitignore -D

Rules

By default, all files enebled, if you want disable some of them use dismiss property:

{
    "rules": {
        "gitignore": ["on", {
            "dismiss": [
                "*.swp",
                "coverage"
            ]
        }]
    }
}

Add Putoutcache

Adds .putoutcache into .gitignore.

node_modules
+.putoutcache

Add Vim Files

Adds *.swp into .gitignore.

+*.swp
node_modules

Add .idea Files

Adds *.swp into .gitignore.

+.idea
node_modules

License

MIT

Current Tags

  • 6.0.0                                ...           latest (7 months ago)

13 Versions

  • 6.0.0                                ...           7 months ago
  • 5.0.0                                ...           8 months ago
  • 4.0.0                                ...           a year ago
  • 3.1.0                                ...           3 years ago
  • 3.0.1                                ...           3 years ago
  • 3.0.0                                ...           4 years ago
  • 2.2.0                                ...           4 years ago
  • 2.1.0                                ...           4 years ago
  • 2.0.1                                ...           4 years ago
  • 2.0.0                                ...           4 years ago
  • 1.1.0                                ...           4 years ago
  • 1.0.1                                ...           4 years ago
  • 1.0.0                                ...           4 years ago
Maintainers (1)
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (9)
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE