https://github.com/nobe4/gitignore_view
Preview your gitignore regex
https://github.com/nobe4/gitignore_view
Last synced: 7 months ago
JSON representation
Preview your gitignore regex
- Host: GitHub
- URL: https://github.com/nobe4/gitignore_view
- Owner: nobe4
- License: mit
- Created: 2016-03-06T10:43:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-06T10:47:12.000Z (over 10 years ago)
- Last Synced: 2025-01-20T06:41:45.450Z (over 1 year ago)
- Language: VimL
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitignore View
View your new gitignore regex before inserting it.
## Usage
You can access the main functionnality by calling the `:GitignoreView`
command.
:GitignoreView
From there you can enter your regex and the excluded files will appears
underneath.
## Installation
Use your plugin manager favorite.
e.g.
Plug "nobe4/gitignore_view"
See the [doc](https://github.com/nobe4/gitignore_view/blob/master/doc/gitignore_view.txt) for more information.
# License
MIT