This extension allows you to add selected directory or file to the .gitignore easily.
- Create a
.gitignorefile with a single command - Add selected directory or file to the
.gitignoreby right clicking on the file name in the file explorer - Add current open file to the
.gitignoreby right clicking on the editor - Run on all VS Code editors, including VS Code web editors
Tip: If a
.gitignorefile does not exist at root when adding a file / directory, a new.gitignorefile will be created at root automatically.
npm install- make changes
- debug via F5 (Run Web Extension)
- reload (
Ctrl+RorCmd+Ron Mac) the VS Code window to check your changes.
