VSCode extension that generates .gitignore files directly from your editor. Select multiple templates with autocompletion and instantly apply them - simple, fast and effective.
- Automatically detects when a .gitignore file is opened
- Provides a command to generate .gitignore content
- Multi-select interface with autocompletion for languages, tools, and platforms
- Directly uses the gitignore.io API to fetch templates and generate content
- Open a .gitignore file in VSCode
- Run the command "Generate .gitignore Content" from the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
- Select the languages, tools, or platforms you want to include
- The extension will generate the appropriate .gitignore content and replace the current file content
- VSCode 1.60.0 or higher
- Internet connection to access the gitignore.io API
This extension does not add any settings yet.
- Limited error handling for network issues when fetching templates
- Requires internet connection to function properly
See CHANGELOG.md for all version updates and changes.
Initial release:
- Basic functionality to generate .gitignore files
- Support for multiple platforms
- Autocompletion for common templates
- Service-based architecture for extensibility