A Visual Studio Code tool called YAGI facilitates the rapid creation and administration of .gitignore files for your projects. It retrieves current templates for a variety of languages, tools, and environments using the Toptal gitignore API.
Create a fresh.gitignore file using the templates you've chosen (e.g., node, macos, vscode, etc.)
- Replace or add to an already-existing .gitignore file
- Gets templates straight from the Toptal API, so you're always getting the most recent suggestions.
- Launch the command palette (Ctrl+Shift+P on Windows/Linux,
Cmd+Shift+P
on macOS). - Type
Generate .gitignore
into the command bar. - Choose one or more templates (such as
node
,macos
, orvscode
) from the list. - If a .gitignore already exists, decide whether to append or override it.
- Review the generated .gitignore file to ensure it meets your project's needs.
A working Internet connection (to retrieve templates from the API) and Visual Studio Code 1.99.0 or later
No custom settings are added by this plugin.
In order to retrieve templates, an internet connection is necessary. It only functions in folders that are opened in Visual Studio Code as a workspace.
For more information, see LICENSE.