https://github.com/richinfante/ignorebot
Download GitHub .gitignore templates from the command line (via https://github.com/github/gitignore)
https://github.com/richinfante/ignorebot
git gitignore
Last synced: about 2 months ago
JSON representation
Download GitHub .gitignore templates from the command line (via https://github.com/github/gitignore)
- Host: GitHub
- URL: https://github.com/richinfante/ignorebot
- Owner: richinfante
- License: mit
- Created: 2016-01-11T05:05:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T23:10:05.000Z (over 8 years ago)
- Last Synced: 2025-08-20T11:43:14.892Z (11 months ago)
- Topics: git, gitignore
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ignorebot
- Downloads .gitignore files from https://github.com/github/gitignore
- They are appended to your current .gitignore file. If the file isn't there, it'll create one.
## Installing
[https://www.npmjs.com/package/ignorebot](https://www.npmjs.com/package/ignorebot)
```bash
npm install -g ignorebot
```
## Usage
```bash
ignorebot install [name] #installs a gitignore template
ignorebot preview [name] #lists ignore patterns to be added
ignorebot list #shows list of currently available templates
```
## Some examples
```bash
ignorebot install Swift
```
```bash
ignorebot install Java
```
#### Note
The `ignorebot list` command is only provided as a convenience and may not up-to date. if it isn't, use the `update-list.sh` script and send a PR, or open an issue.