/add-gitignore-vscode

Primary LanguageTypeScriptOtherNOASSERTION

add-gitignore

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.

Features

🚀 Easy Integration

With just a few clicks, you can integrate the desired .gitignore template into your project.

🌐 Extensive Template Collection

Choose from a comprehensive list of templates sourced from github/gitignore.

🖼️ Visual Commands

Intuitive command palette options with visual aids: Add .gitignore: Kick start the process. Add .gitignore command

🌌 Multi-Workspace Support

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

🕵️ Searchable Project Types

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

🌱 Seamless Integration

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

🔄 Extend Existing Files

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