mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-01 07:11:26 +08:00
5 lines
169 B
Text
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
|