mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +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
|