Sha256: b42cab3d333a1ed388c26a525e7c835a7af6608cd3fee136cbf2d2acc33ad835
Contents?: true
Size: 737 Bytes
Versions: 14
Compression:
Stored size: 737 Bytes
Contents
puts __FILE__ if defined?(DEBUG) SOURCE=FileList.new('LICENSE','README','README.md',"Gemfile") SOURCE.include('*.{gitignore,yml,gemspec}') SOURCE.include('**/*.{rb}') SOURCE.include('**/*.{cs,xaml,resx,settings}') SOURCE.include('**/*.{c,h}') SOURCE.include('**/*.{cpp,hpp}') SOURCE.include('**/*.{swift}') SOURCE.include('**/*.{xcodeproj,plist,storyboard,json}') SOURCE.include('**/*.{csproj,sln,nuspec,config,snk}') SOURCE.include('**/*.{jpeg,jpg,png,bmp}') SOURCE.include('**/*.{html,htm}') SOURCE.include('**/*.{txt}') SOURCE.include('**/*.{wxs}') SOURCE.exclude('bin','obj','lib') SOURCE.exclude('**/obj/**/*.*') SOURCE.exclude('**/bin/**/*.*') SOURCE.exclude('commit.message') SOURCE.exclude('rakefile.default')
Version data entries
14 entries across 14 versions & 1 rubygems