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.
- Autocomplete gitignore files
- Add file/folder to gitignore
- Create
.gitignore
file
- Clone this project and run
yarn install
. - Download Gitignore Ultimate Server (Releases) and rename it to
gitignore_ultimate_server
(orgitignore_ultimate_server.exe
on Windows). Put this file in thebin/
folder. - In VSCode, open the execute and debug panel (ctrl+maj+d or cmd+maj+d on macOS). Select "Run Extension" and click on play.
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.
- This extension is released under the MIT License
- The
.vsix
packages are all bundled with Gitignore Ultimate Server, also released under the MIT License