Ignore Extension for VS Code
A Visual Studio Code extension to help you manage .gitignore files with ease.
Features
- Add patterns to .gitignore
- Remove patterns from .gitignore
- Create new .gitignore files from templates
- Support for common templates (Node.js, Python, Java, C++)
- Custom template support
Commands
The extension provides the following commands:
Ignore: Add Pattern - Add a new pattern to .gitignore
Ignore: Remove Pattern - Remove an existing pattern from .gitignore
Ignore: Create .gitignore - Create a new .gitignore file from templates
Usage
- Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
- Type "Ignore" to see available commands
- Select the desired command
Requirements
- Visual Studio Code 1.80.0 or higher
Installation
- Open VS Code
- Press Ctrl+P / Cmd+P
- Type
ext install ignore
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This extension is licensed under the MIT License.
| |