andreabbondanza / ignoregit

vscode extension for gitignore file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore "G" IT

This extension is nothing of so complex, it just allow you to exclude file\directory\extension from git (playing with gitignore) via vscode UI.

WARNING

Actually the extension supports directory that start without "/", GITHUB .gitignore style.
In next reviews I'll try to fix this.

How to use

Example

How you can see, it is very simple to use. Just select the file\folder from the tree and select what you want from the context menu.

Features

  • Add a file to .gitignore
  • Remove a file from .gitignore
  • Add a folder to .gitignore
  • Remove a folder from .gitignore
  • Add an extension to .gitignore
  • Remove an extension from .gitignore

Requirements

  • .gitignore file in the workspace root

Known Issues

Support only GitHub style for paths (paths that start without "/")

Release Notes

1.0.0

First release


##Note

This is my first release and my second extension, please for every problem mail me to: andreabbondanza.developer@outlook.com

Andrea Vincenzo Abbondanza

Donation

Help me to grow up, if you want

About

vscode extension for gitignore file

License:MIT License


Languages

Language:TypeScript 100.0%