https://github.com/hellojukay/git-ignore
auto create git ignore file.
https://github.com/hellojukay/git-ignore
Last synced: about 1 year ago
JSON representation
auto create git ignore file.
- Host: GitHub
- URL: https://github.com/hellojukay/git-ignore
- Owner: hellojukay
- Created: 2019-05-07T07:21:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T13:43:00.000Z (about 7 years ago)
- Last Synced: 2025-01-29T08:33:48.102Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-ignore
This is a git plugin to add file or dir to gitignore file
[](https://travis-ci.org/hellojukay/git-ignore)
## How to use it
> make sure $GOPATH/bin in PATH
install with golang
```shell
go install github.com/hellojukay/git-ignore
git clone git@github.com:dvcs/gitignore.git tmp && mv tmp $HOME/.gitignore && rm -rf tmp
```
add a git ignore template file
```shell
// git ignore init
git ignore i
```

clean git ignore file
```shell
git ignore clean
```
