mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
6 lines
169 B
Text
6 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
|