{

    "folders":
    [
            {
                    "name": "RockPaperScissors",
                    "path": ".",
                    "follow_symlinks": true,
                    "file_exclude_patterns":
                    [
                            "*.sublime-workspace"
                    ],
                    "folder_exclude_patterns":
                    [
                            ".git"
                    ]
            }
    ],
    "settings":
    {
            "tab_size": 4
    },
"build_systems":
[
    {
        "name": "Ruby",
        "shell_cmd": "ruby"
    },
    {
            "name": "Bash/Shell",
            "shell_cmd": "open"
    }
]

}