Skip to content

hackrslab/gig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4291169 · Jan 6, 2019

History

77 Commits
Apr 8, 2015
Jun 7, 2013
Jan 5, 2019
Jan 6, 2019
Jan 6, 2019
Jan 4, 2017
Jun 6, 2013
Jun 7, 2013
Jan 6, 2019
Apr 7, 2015
Jan 6, 2019
Jun 6, 2013
Jul 15, 2015
Jan 2, 2017
Jan 6, 2019
Jan 6, 2019
Jul 15, 2015

Repository files navigation

gig

gig helps you create a new .gitignore files for your git project.

contrib

install

npm install -g gig 

update

npm update -g gig

usage

generate .gitignore file

generate a .gitignore file for your git project

# If a `.gitignore` file aleady exists, append conditions to the `.gitignore` file.
gig gen java intellij sublimetext  

# If you want to overrride a `.gitignore` file, add commands to options : --override (shortcut : -o) 
gig gen -o java intellij sublimetext 

packaging template

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  

# if you want to override a `mypakage` file, add commands to options : --override (shortcut : -o) 
gig pkg -name 'mypakage' -o java intellij sublimetext  

gig show mypakage
*.class

# Package Files #
*.jar
*.war
*.ear

intellij :
*.iml
*.ipr
*.iws
.idea/

sublimetext :
# SublimeText project files
*.sublime-workspace

Display ignore conditions.

gig show java intellij sublimetext  

More Information

gig --help

gitignore template files sourced in

GitHub gitignore repository

Screenshot

gig

ChangeLog

See the ChangeLog

LICENCE

MIT LICENSE

The MIT License

Copyright (c) 2013 The gig Authors

See the LICENSE file for details.