Skip to content

Instantly share code, notes, and snippets.

@wwvuillemot
wwvuillemot / Atom Stylesheet
Last active August 29, 2015 14:08
Make .Meta files for Unity Projects Less Pronounced
// this will make .meta files less pronounced in the Atom editor
// current styling works with the default background color in the tree-view
.tree-view {
.file.entry.list-item{
span[data-name$='.meta']{
&:before{
content: "";
}
color: #555;
font-size: 9px;
@wwvuillemot
wwvuillemot / .gitignore
Created August 14, 2014 18:21
Unity GIT Ignore
# =============== #
# Unity generated #
# =============== #
# temporary files that you do not want to share with other users
Temp/
Obj/
UnityGenerated/
Library/
# optional, but you likely do not want to store
# your builds in your git repo due to size
How to setup Heroku Hostname SSL with GoDaddy SSL Certificate and Zerigo DNS
Heroku recently added an exciting new 'Hostname SSL' option. This option offers the broad compatibility of IP-based SSL, but at 1/5 the price ($20 / month at the time of this writing).
The following tutorial explains how to use Heroku's new 'Hostname SSL' option on your Heroku project. Before we begin, let's list what we're using here:
* Heroku Hostname SSL
* GoDaddy Standard SSL Certificate
* Zerigo DNS