dotfiles/.vscode/extensions/codezombiech.gitignore-0.2.0
Cyryl Płotnicki 280bcab25f VSCode update
2016-09-24 13:12:34 +02:00
..
icon VSCode update 2016-09-24 13:12:34 +02:00
node_modules/github VSCode update 2016-09-24 13:12:34 +02:00
out/src VSCode update 2016-09-24 13:12:34 +02:00
syntaxes VSCode update 2016-09-24 13:12:34 +02:00
.vsixmanifest VSCode update 2016-09-24 13:12:34 +02:00
CHANGELOG.md VSCode update 2016-09-24 13:12:34 +02:00
gitignore.configuration.json VSCode update 2016-09-24 13:12:34 +02:00
icon.png VSCode update 2016-09-24 13:12:34 +02:00
LICENSE.txt VSCode update 2016-09-24 13:12:34 +02:00
package.json VSCode update 2016-09-24 13:12:34 +02:00
README.md VSCode update 2016-09-24 13:12:34 +02:00

gitignore extension for Visual Studio Code

A extension for Visual Studio Code that assists you in working with .gitignore files.

Features

  • Language support for .gitignore files
  • Add local .gitignore by pulling file from the the github/gitignore repository.

Usage

Start command palette (with Ctrl+Shift+P or F1) and start typing Add gitignore

Settings

{
	// Number of seconds the list of `.gitignore` files retrieved from github will be cached
	"gitignore.cacheExpirationInterval": 3600
}

Roadmap

v0.1

Basic implementation that allows to pull a single .gitignore file

v0.2

Add language support for .gitignore files

v0.3

Support adding multiple .gitignore files and merge it to a .gitignore file

Changelog

See CHANGELOG.md

License

See LICENSE file

Credits

Icon based on the Git logo by Jason Long