AnGitIgnored
About
Extension that generates the .gitignores files from the gitignore.io API.
⬇️ Download it in Visual Studio Marketplace
Description
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.
Usage
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 |
Developer
🔨 Quick install
# npm install -g node@latest
# npm install -g npm@latest
npm run update-vscode
npm install
📦 Packaging
# npm install -g vsce
vsce package
code --install-extension angitignored-<version>.vsix
♻️ Update dependencies
# npm install -g npm-check-updates
ncu -u --packageFile package.json
Help
Some reference guide to develop extension in VSCode
License
MIT
Written with ❤️ by AnAppWiLos
|
| |