Skip to content

Instantly share code, notes, and snippets.

@fny
Created July 7, 2015 16:25
Show Gist options
  • Save fny/c468fca45d930c54d143 to your computer and use it in GitHub Desktop.
Save fny/c468fca45d930c54d143 to your computer and use it in GitHub Desktop.
Sublime Project File for Rails Projects
{
"folders":
[
{
"file_exclude_patterns":
[
"*.sqlite3"
],
"folder_exclude_patterns":
[
".bundle",
".idea",
".yardoc",
"coverage",
"doc",
"log",
"public/assets",
"tmp"
],
"follow_symlinks": true,
"path": "."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment