https://github.com/sijad/gitignore
Create .gitignore files from gitignore.io templates
https://github.com/sijad/gitignore
fish-shell fisher gitignore
Last synced: 7 months ago
JSON representation
Create .gitignore files from gitignore.io templates
- Host: GitHub
- URL: https://github.com/sijad/gitignore
- Owner: sijad
- License: mit
- Created: 2016-04-24T21:01:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T20:29:10.000Z (over 4 years ago)
- Last Synced: 2024-05-28T00:03:15.106Z (about 1 year ago)
- Topics: fish-shell, fisher, gitignore
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 34
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitignore
Create `.gitignore` files from [gitignore.io](https://www.toptal.com/developers/gitignore) templates.
## Install
Install with [Fisher](https://github.com/jorgebucaran/fisher)
```
fisher install sijad/gitignore
```## Usage
```fish
gitignore osx c++
```## Options
* `-u`, `--update`:
Update template list.* `-o`, `--output=FILE`:
Save generated template to `FILE`.* `-h`, `--help`:
Show usage help.## License
Gitignore is MIT licensed. See [LICENSE](LICENSE).