vscode-gitignore icon indicating copy to clipboard operation
vscode-gitignore copied to clipboard

A simple extension for Visual Studio Code that lets you pull .gitignore files from the https://github.com/github/gitignore repository

Results 18 vscode-gitignore issues
Sort by recently updated
recently updated
newest added

Hello, I just want to ask, is there any possibility to implement recursive search on .gitignore files? Most dotnet and enterprise gitignore project file isn't searchabale as it's not on...

It would be nice - if one could configure default gitignore's to add when creating one. - have a some kind of seperator comment string to distinguish between the different...

It would be awesome if the extension could create `.gitignore` files for separate directories. This would help a lot for full-stack projects where the various elements are in different languages...

![image](https://user-images.githubusercontent.com/20043230/227762341-5723b78c-ca03-42bc-a2a8-2f948e9b73ea.png)

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

[github/gitignore](https://github.com/github/gitignore) is lack of maintenance. Could we have an option for switching the source to [toptal/gitignore](https://github.com/toptal/gitignore)?

This enables the extension to run on VS Code on the web (https://github.com/CodeZombieCH/vscode-gitignore/issues/38). Limitations compared to the main version: • Doesn’t support github authorization • No proxy support I have...

The .gitignore template for python includes "lib/" under "# Distribution / packaging". But lib/ is a common subfolder. Better to change it to ./lib/ or even remove it completely.