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

https://github.com/smeb/ignore4

Source gitignores from github/gitignore from the CLI
https://github.com/smeb/ignore4

cli git gitignore

Last synced: 2 months ago
JSON representation

Source gitignores from github/gitignore from the CLI

Awesome Lists containing this project

README

          

# ignore4

ignore4 allows you to download `.gitignore` files sourced from the [GitHub gitignore](https://www.github.com/github/gitignore)
repository to your local directory. No dependencies beyond Python.

## Installation
```
pip install ignore4
```

## Usage
```
ignore4 - download a .gitignore for the given language to the current directory
ignore4 --list - list all the languages which can be downloaded
```

## Future ideas
- Overriding .gitignores using a second source repository