Metadata-Version: 2.1
Name: fetch-gitignore
Version: 0.3.0
Summary: A command-line tool to download .gitignore files for specific languages from GitHub
Home-page: https://github.com/dmazin/fetch-gitignore
Author: Dmitry Mazin
Author-email: dm@cyberdemon.org
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# fetch-gitignore

A script to downl Otherwise, an error. Otherwise, an error.oad .gitignore files from GitHub.
Fetch .gitignore, optionally untracking gitignored files.

## Installation

```bash
pip install fetch-gitignore
```

## Usage

```bash
positional arguments:
  language              Language for .gitignore

options:
  -h, --help            show this help message and exit
  --untrack-gitignored-files
                        Untrack gitignored files
  --replace             Replace existing .gitignore file.
  --commit              Create a commit after downloading .gitignore, and after untracking
                        files.
```
