https://github.com/quentinguidee/gitignore-ultimate-server
This server implements the Language Server Protocol to help you write gitignore files faster
https://github.com/quentinguidee/gitignore-ultimate-server
Last synced: 3 months ago
JSON representation
This server implements the Language Server Protocol to help you write gitignore files faster
- Host: GitHub
- URL: https://github.com/quentinguidee/gitignore-ultimate-server
- Owner: quentinguidee
- License: mit
- Created: 2022-05-25T21:41:44.000Z (almost 3 years ago)
- Default Branch: next
- Last Pushed: 2022-06-01T18:56:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T20:43:45.781Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 148 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
Gitignore Ultimate — Server
Ultimate extensions are a group of extensions allowing faster coding in VSCode. Gitignore Ultimate allows to speed up
the drafting of `.gitignore` files.This server implements the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/).
## Clients available
* [Gitignore Ultimate for VSCode](https://github.com/quentinguidee/gitignore-ultimate-vscode) (`>=0.2.0`)
## Build the project
```bash
cargo build
```## License
This project is licensed under the [MIT License](./LICENSE.md).