This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
discourse/.autotest
2013-02-05 14:16:51 -05:00

5 lines
169 B
Text

Autotest.add_hook :initialize do |autotest|
%w{.git .svn .hg .DS_Store db log tmp vendor ._*}.each do |exception|
autotest.add_exception(exception)
end
end