mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 21:09:49 +08:00
6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
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
|