Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>simplegitignoreNew to Visual Studio Code? Get it now.

simplegitignore

DK

|
225 installs
| (1) | Free
Generating your boilerplate .gitignore the dead simple way
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Put a boilerplate .gitignore file into your current workspace home folder

Features

example

Behind the curtain, simplegitignore npm module is used, which essentially automates the process of copying and pasting the boilerplate file from Github's gitignore repo into the .gitignore file in your project home folder.

How to use

Open the Command Palette (Cmd + Shift + P), then enter simplegitignore

Known Issues

  • Currently this does not attempt to gracefully handle failures. If the underlying simplegitignore npm module fails to output as expected, it might not translate the issue properly to you. Please check your Code editor's terminal output for details instead.
  • Known issues of the simplegitignore npm module itself are inherited in all or in parts.

Release Notes

Please see CHANGELOG

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft