Sha256: fcb6b90cfcecfbfac758bd27424f573a275956825dabce71bd0dd46ff2fbfe90
Contents?: true
Size: 581 Bytes
Versions: 3
Compression:
Stored size: 581 Bytes
Contents
# Handle line endings automatically for files detected as text # and leave all files detected as binary untouched. * text eol=lf # # The above will handle all files NOT found below # # These files are text and should be normalized (Convert crlf => lf) Gemfile eol=lf Rakefile eol=lf Vagrantfile eol=lf *.rb eol=lf *.md eol=lf *.gemspec eol=lf *.lock eol=lf *.txt eol=lf *.yml eol=lf *.yaml eol=lf *.prefs eol=lf # Eclipse specific files *.project eol=lf *.buildpath eol=lf # These files are binary and should be left untouched # (binary is a macro for -text -diff) *.gem binary
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildozer-1.0.1 | .gitattributes |
buildozer-1.0.0 | .gitattributes |
buildozer-1.0.0.dev1 | .gitattributes |