Skip to content

Instantly share code, notes, and snippets.

@rummelonp
Last active August 29, 2015 14:05
Show Gist options
  • Save rummelonp/632d72f6463b3d1abf8a to your computer and use it in GitHub Desktop.
Save rummelonp/632d72f6463b3d1abf8a to your computer and use it in GitHub Desktop.
gitignore 生成するやつ
#!/usr/bin/env bash
curl "http://www.gitignore.io/api/$(IFS=,; echo "$*")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment