Skip to content

esdrasbeleza/gig

Repository files navigation

gig

gig is a .gitignore generator. It's like gitignore.io, but on command line.

Dependencies:

Downloading and building

Assuming you have Go installed:

$ go get -u github.com/esdrasbeleza/gig
$ make setup
$ make install

Using

From command line

$ 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

Interactive mode

Run gig without args:

Screenshot

About

git ignore generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published