add-gitignore is a VS Code extension that streamlines the process of adding .gitignore files to your projects. It offers an intuitive interface to select and apply .gitignore templates directly from the renowned github/gitignore repository.
With just a few clicks, you can integrate the desired .gitignore template into your project.
Choose from a comprehensive list of templates sourced from github/gitignore.
Intuitive command palette options with visual aids:
Add .gitignore: Kick start the process.

Working with multiple projects? No worries! If multiple workspaces are detected, the extension will prompt you to pick one.

Easily search and select the type of project for which you need a .gitignore file.

The selected .gitignore will be gracefully added to the root of your chosen or currently active workspace.

If your project already has a .gitignore, you can opt to extend it with additional configurations.
