An open API service indexing awesome lists of open source software.

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

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).