Socket
Socket
Sign inDemoInstall

@putout/plugin-gitignore

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @putout/plugin-gitignore

🐊Putout plugin helps with .gitignore


Version published
Weekly downloads
16K
decreased by-14.03%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@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

Keywords

FAQs

Last updated on 12 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc