Skip to content

Instantly share code, notes, and snippets.

@fnando
Created April 24, 2013 23:20
Show Gist options
  • Select an option

  • Save fnando/5456418 to your computer and use it in GitHub Desktop.

Select an option

Save fnando/5456418 to your computer and use it in GitHub Desktop.
Autotest.add_hook :initialize do |at|
%w[.git vendor db log tmp .DS_store Gemfile.lock coverage].each do |exception|
at.add_exception(exception)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment