Skip to content

Pulls generic Gitignores and adds them to your repository

License

Notifications You must be signed in to change notification settings

morganfogg/git-ignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-ignore.sh

Pulls Gitignore files from https://github.com/github/gitignore and adds them to your repository. Run without arguments to see a list of available gitignores.

Setup

git clone https://github.com/morganfogg/git-ignore
chmod +x ./git-ignore/git-ignore.sh
git config --global alias.ignore \!"$PWD/git-ignore/git-ignore.sh"

Example Usage

git ignore java eclipse netbeans intellij

About

Pulls generic Gitignores and adds them to your repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages