gig
is a .gitignore
generator. It's like gitignore.io, but on command line.
Dependencies:
Assuming you have Go installed:
$ git clone https://github.com/esdrasbeleza/gig.git
$ make setup
$ go install
This will install gig
into your $GOPATH/go/bin
.
$ gig golang code
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
/vendor/
/Godeps/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Ignore all local history of files
.history
Run gig
without args: