All Projects → stubailo → vscode-ignore-gitignore

stubailo / vscode-ignore-gitignore

Licence: MIT license
[unmaintained] Add files from .gitignore to your VS Code ignored files.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to vscode-ignore-gitignore

Vscode R
R Extension for Visual Studio Code (execution, snippet, lint, R documantation, R Markdown)
Stars: ✭ 445 (+2517.65%)
Mutual labels:  gitignore
Coala Quickstart
A tool that generates an initial coala config file for you!
Stars: ✭ 47 (+176.47%)
Mutual labels:  gitignore
Gitignore It
📃 A CLI to generate .gitignore files
Stars: ✭ 132 (+676.47%)
Mutual labels:  gitignore
Ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Stars: ✭ 28,564 (+167923.53%)
Mutual labels:  gitignore
Gitignore
Create .gitignore files from gitignore.io templates
Stars: ✭ 27 (+58.82%)
Mutual labels:  gitignore
Gitignore parser
A spec-compliant gitignore parser for Python 3.5+
Stars: ✭ 57 (+235.29%)
Mutual labels:  gitignore
Joe
🏃 A .gitignore magician in your command line
Stars: ✭ 2,788 (+16300%)
Mutual labels:  gitignore
Ue4 Gitignore
A git setup example with git-lfs for Unreal Engine 4 projects.
Stars: ✭ 150 (+782.35%)
Mutual labels:  gitignore
Gitignore
.gitIgnore file for Salesforce or Force.com Projects
Stars: ✭ 27 (+58.82%)
Mutual labels:  gitignore
Gibo
Easy access to gitignore boilerplates
Stars: ✭ 1,687 (+9823.53%)
Mutual labels:  gitignore
Gitignore.io
.gitignore.io is a web service designed to help you create .gitignore files for your Git repositories. The site has a graphical and command line method of creating a .gitignore for your operating system, programming language, or IDE.
Stars: ✭ 6,709 (+39364.71%)
Mutual labels:  gitignore
Gitignore
The largest collection of useful .gitignore templates
Stars: ✭ 839 (+4835.29%)
Mutual labels:  gitignore
Blindfold
🔎 Gitignore file generator written in rust
Stars: ✭ 60 (+252.94%)
Mutual labels:  gitignore
Add Gitignore
An interactive CLI tool that adds a .gitignore to your projects.
Stars: ✭ 467 (+2647.06%)
Mutual labels:  gitignore
Bliss
Ignorance is bliss! Ignore your .gitignore
Stars: ✭ 131 (+670.59%)
Mutual labels:  gitignore
Node Ignore
🔍 node-ignore is the manager and filter for .gitignore rules, the one used by eslint, prettier and many others.
Stars: ✭ 299 (+1658.82%)
Mutual labels:  gitignore
Gogi
Go client for gitignore.io
Stars: ✭ 51 (+200%)
Mutual labels:  gitignore
Gitignore
A collection of useful .gitignore templates
Stars: ✭ 127,388 (+749241.18%)
Mutual labels:  gitignore
Cocoapods Tips
iOS 라이브러리를 관리하는 CocoaPods Tip정보 모음입니다.
Stars: ✭ 141 (+729.41%)
Mutual labels:  gitignore
Idea Gitignore
.ignore support plugin for IntelliJ IDEA
Stars: ✭ 1,147 (+6647.06%)
Mutual labels:  gitignore

ignore-gitignore

A Visual Studio Code extension to use your .gitignore file to set ignored files in your editor.

Usage

After installing, open the command palette (CMD-shift-P on mac) and search for gitignore:

Screenshot of the command search

Then, select that option and the "search.exclude" and "files.exclude" sections of your workplace configuration will be overwritten with the values from any .gitignore files in your project.

Note that .gitignore files in nested directories are used too, and all of those are merged into one configuration.

Docs

The command added by this package lives under extension.ignoreGitignore, in case you want to use it in a script or hotkey.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].