driver733/VK-Uploader

View on GitHub
.gitattributes

Summary

Maintainability
Test Coverage
# Check out all text files in UNIX format.
* text=auto eol=lf
*.xml ident
*.java indent

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.txt text
*.groovy text
*.md text
*.pom text
*.properties text

# These files are meant to check violations against use of Windows line endings
NewLines.java -text
newlines.txt -text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary