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
- Host: GitHub
- URL: https://github.com/smeb/ignore4
- Owner: Smeb
- License: mit
- Created: 2019-09-02T21:08:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T18:39:19.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T16:45:40.517Z (over 1 year ago)
- Topics: cli, git, gitignore
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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