Skip to content

Instantly share code, notes, and snippets.

@meesterdude
Created December 19, 2012 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meesterdude/4339635 to your computer and use it in GitHub Desktop.
Save meesterdude/4339635 to your computer and use it in GitHub Desktop.
Sublime Text 2 Project file for day to day Ruby on Rails work.
{
"folders":
[
{
"path": "/",
"folder_exclude_patterns": [
"app/mailers",
"app/helpers",
"app/assets/images",
"coverage",
"doc",
"config/locales",
"config/initializers",
"config/environments",
"config/deploy",
"db",
"features",
"lib",
"log",
"public",
"script",
"test",
"tmp",
"vendor",
"spec/mailers",
"spec/helpers"
],
"file_exclude_patterns": [
"README.rdoc",
"Rakefile",
"Gemfile.lock",
"config.ru",
"Capfile",
".rspec",
"db/seeds.rb",
"db/schema.rb",
"config/application.rb",
"config/boot.rb",
"config/cucumber.yml",
"config/database.yml",
"config/environment.rb"
]
},
{"path": "db/migrate"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment