Skip to content

quentinguidee/gitignore-ultimate-vscode

Repository files navigation

Gitignore Ultimate — VSCode


Ultimate extensions are a group of extensions allowing faster coding in VSCode. Gitignore Ultimate allows to speed up the drafting of .gitignore files.

This extension uses Gitignore Ultimate Server binary.

Features

  • Autocomplete gitignore files

autocomplete

  • Add file/folder to gitignore

image

  • Create .gitignore file

image

Run this extension from sources

  1. Clone this project and run yarn install.
  2. Download Gitignore Ultimate Server (Releases) and rename it to gitignore_ultimate_server (or gitignore_ultimate_server.exe on Windows). Put this file in the bin/ folder.
  3. In VSCode, open the execute and debug panel (ctrl+maj+d or cmd+maj+d on macOS). Select "Run Extension" and click on play.

Package the extension

yarn run vsce package

This produces a .vsix package that you can install with VSCode. Note: this package is only compatible with your OS. If you want to distribute this, you must package one extension for each OS with the --target argument and use the appropriate server binary.

License