coc-gitignore

0.0.4 • Public • Published

gitignore extension for coc

templates from https://github.com/dvcs/gitignore

Install

CocInstall coc-gitignore

Usage

CocList gitignore

actions:

  • append (default): add gitignore rules to .gitignore file of current workspace directory

Config

coc-settings.json

"gitignore.enable": {
  "type": "boolean",
  "default": true,
  "description": "Is enable gitignore"
},
"gitignore.templates.patch": {
  "type": "object",
  "default": {},
  "additionalProperties": {
    "type": "string"
  },
  "description": "gitignore patch for exists templates (key and value format)"
},
"gitignore.templates.replace": {
  "type": "object",
  "default": {},
  "additionalProperties": {
    "type": "string"
  },
  "description": "gitignore completely replace the exists templates (key and value format)"
}

Buy Me A Coffee ☕️

btc

image

Dependents (0)

Package Sidebar

Install

npm i coc-gitignore

Weekly Downloads

12

Version

0.0.4

License

MIT

Unpacked Size

225 kB

Total Files

490

Last publish

Collaborators

  • yuuko