Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>angitignoredNew to Visual Studio Code? Get it now.
angitignored

angitignored

AnAppWiLos

|
2,889 installs
| (0) | Free
Easily create, generate from Toptal API, and manage .gitignore files. Supports custom rules and file hiding.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

angitignored


Visual Studio Marketplace Installs - Azure DevOps Extension Visual Studio Marketplace Version

✨ What's New in 1.4.0

  • Smart Updates: Fixed specific bug where updating from a template would overwrite existing custom content.
  • Robust Selection: Fixed issue where the extension would exit unexpectedly during option selection.
  • Clean & Fast: Removed unused dependencies for a lighter extension.

🚀 Roadmap (January 2026)

  • Drag & Drop: Support for dragging files to ignore them.
  • Core improvements: Performance and stability enhancements.

About

Extension that generates .gitignore files using the toptal.com API (formerly gitignore.io).

⬇️ Download it in Visual Studio Marketplace

Description

With this extension you can:

  • Create a blank .gitignore file.
  • Generate/Update .gitignore from toptal.com selections.
  • Add specific files to .gitignore.
  • Show/Hide ignored files in the VS Code Explorer.

Usage

UsagePicture

Right-click on the Explorer to select an option:

Action Description
➕ Add to .gitignore Creates a blank .gitignore or adds selected file to it.
📝 Generate the file .gitignore Generates a .gitignore based on your selection (OS, IDEs, Languages).
👻 Hide files ignored... Hides files listed in .gitignore from the view.
👀 Show files ignored... Shows files that were hidden by the extension.

Note: When using Generate, if a .gitignore already exists, you will be asked to:

  • ⬆️ Update: Add new rules keeping your existing ones.
  • 🔄 Override: Completely overwrite the file.

Developer

🔨 Quick install

npm run update-vscode
npm install

📦 Packaging

vsce package
# Install locally:
code --install-extension angitignored-<version>.vsix

♻️ Update dependencies

ncu -u --packageFile package.json

Help

Reference guides for VS Code extension development:

  • code.visualstudio.com
  • medium.com (Spanish)
  • geeks.ms (Spanish)

License

MIT


Written with ❤️ by AnAppWiLos
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft