6.0.0 β€’ Published 24 days ago

@putout/plugin-gitignore v6.0.0

Weekly downloads
1,581
License
MIT
Repository
github
Last release
24 days ago

@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

6.0.0

24 days ago

5.0.0

2 months ago

4.0.0

6 months ago

3.1.0

2 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago