Skip to content

Instantly share code, notes, and snippets.

Verifying that "rbialek.id" is my Blockstack ID. https://onename.com/rbialek
@rbialek
rbialek / config
Created June 7, 2011 13:32
ssh/.config
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile /home/user/.ssh/id_rsa
@rbialek
rbialek / .gitignore
Created June 5, 2011 13:30
Ignore tmp/log/... and coverage
tmp/**/*
tmp/*
log/*
.bundle
*/.svn/*
.*
coverage/