An extension for Visual Studio Code that assists you in working with .gitignore
files.
- Add local
.gitignore
file by pulling .gitignore templates from the github/gitignore repository - Language support for
.gitignore
files
Start command palette (with Ctrl+Shift+P or F1) and start typing Add gitignore
{
// Number of seconds the list of `.gitignore` files retrieved from github will be cached
"gitignore.cacheExpirationInterval": 3600
}
This extension makes API calls to the GitHub REST API which are subject to rate limits.
By default, requests sent to the GitHub REST API are unauthenticated. Although the rate limit for unauthenticated requests is low, this should usually not be an issue because of caching and the typical infrequent usage of this extension.
If you reach the rate limit (e.g. because you work inside a corporate network), the extension will ask you if you want to the Authenticaton Provider for GitHub. If you agree, the extension will use authenticated GitHub API calls, which come with a mich higher rate limit than unauthenticated calls.
- Implement logging accroding to best practices
- Replace
https-proxy-agent
package by high levelproxy-agent
package - Switch to fetch API (requires vscode v1.82)
- Further test and improve proxy support
- Add unit tests with active proxy
See CHANGELOG.md
See LICENSE
Icon based on the Git logo by Jason Long