Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/relrod/gitignore

A small Haskell program to apply GitHub gitignores (https://github.com/github/gitignore) to existing repos.
https://github.com/relrod/gitignore

Last synced: 13 days ago
JSON representation

A small Haskell program to apply GitHub gitignores (https://github.com/github/gitignore) to existing repos.

Awesome Lists containing this project

README

        

# gitignore

A small Haskell program to apply GitHub
[gitignores](https://github.com/github/gitignore) to existing repos.

## Using

- **Get a list of all possible gitignore templates**: `gitignore list`
- **Apply a gitignore template**: `gitignore > .gitignore`