tamago324 / dps-gignore

Generating gitignore using gitignore.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dps-gignore

Generating gitignore using gitignore.io

Requirements

Installation

Plug 'vim-denops/denops.vim'
Plug 'tamago324/dps-gignore'

Usage

GignoreSetLines

Insert into current buffer.

:GignoreSetLines vim lua

GignoreGenerate

Create a gitignore for the git repository in the current directory (getcwd()).

:GignoreGenerate vim lua

Configuration

" Cache directory for language list
let g:dps_gignore_cache_dir = expand('~/.cache/dps-gignore')

Contributing

  • All contributions are welcome.

License

MIT

About

Generating gitignore using gitignore.io

License:MIT License


Languages

Language:TypeScript 96.0%Language:Vim Script 4.0%