dotgitignore

find the closest .gitignore file, parse it, and apply ignore rules

ignore-dependency-scripts

Script to prevent dependencies to execute post/pre install scripts when installed directly from git.

git-pre-commit

You can run the pre-commit with any build tool (Gulp, Grunt etc..) and it will ignore all the **unstaged changes** that wasn't added to the git index (using the command ```git add```).