gig helps you create .gitignore files for your git project.
npm install giggig helps you create a new .gitignore files for your git project.
```
npm install -g gig
``
npm update -g gig
generate a .gitignore file for your git project
`.gitignoreIf a
file aleady exists, append conditions to the .gitignore file.
gig gen java intellij sublimetext
file, add commands to options : --override (shortcut : -o) `
pkg command is to create a custom template.
`If a 'mypakage' file aleady exists, append conditions to the 'mypakage' file.
gig pkg -name 'mypakage' java intellij sublimetext
file, add commands to options : --override (shortcut : -o) gig show mypakage
*.class
intellij :
*.iml
*.ipr
*.iws
.idea/
sublimetext :
$3
`
gig show java intellij sublimetext
`$3
`
gig --help
``!gig
The MIT License
Copyright (c) 2013 The gig Authors
See the LICENSE file for details.