Extension that generates the .gitignores
files from the gitignore.io API.
⬇️ Download it in Visual Studio Marketplace
You can :
- Add specif file in
.gitignore
- Create an blank
.gitignore
- Generate/Update file
.gitignore
from gitignore.io - Show/Hide the files in the
.gitignore
with this Visual Studio Code
Extension.
Right click on the Explorer in order to selected an option :
Action | Description |
---|---|
Add GitInored |
CREATE a blank .gitignore |
Generate GitIgnored |
GENERATE a .gitignore from the files that we select in the command window |
- ⬆️ Update |
Add the selected framework to .gitignore |
- 🔄 Override |
Overwrite .gitignore the selected framework |
Hide GitIgnored |
HIDES a the files that are in the .gitignore |
Show GitIgnored |
SHOW the files that have been hidden because they are in the .gitignore |
# npm install -g node@latest
# npm install -g npm@latest
npm run update-vscode
npm install
# npm install -g vsce
vsce package
code --install-extension angitignored-<version>.vsix
# npm install -g npm-check-updates
ncu -u --packageFile package.json
Some reference guide to develop extension in VSCode
Written with ❤️ by AnAppWiLos
|