global gitignore, we meet again

This commit is contained in:
Konstantin Haase 2015-02-18 14:22:17 +01:00
parent 515b815069
commit f01c9a80b0

View File

@ -0,0 +1,7 @@
module Travis::API::V3
class Services::Build::Find < Service
def run!
find
end
end
end