Created
October 25, 2016 19:45
-
-
Save eckelon/e2dd35fc15d69ae11d1b8c8b478f0458 to your computer and use it in GitHub Desktop.
convenient way of creating a .gitignore file using gitignore.io API.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function gi() { | |
curl -L -s https://www.gitignore.io/api/$@ >> .gitignore; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment