Sha256: 918403cf334ad9e2aadc70359026239da80d7e7f576caf1729ac6df194292642
Contents?: true
Size: 431 Bytes
Versions: 7
Compression:
Stored size: 431 Bytes
Contents
Dir[File.expand_path('scripts/*.rb', __dir__)].each { |file| require_relative file } Dir[File.expand_path('platform/android/*.rb', __dir__)].each { |file| require_relative file } Dir[File.expand_path('platform/flutter/*.rb', __dir__)].each { |file| require_relative file } class SolaraConfigurator def initialize end def start GitignoreManager.ignore_common_files AliasManager.new.start end end
Version data entries
7 entries across 7 versions & 1 rubygems