This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/jmeter-site.git
commit d88c800d7810ded95f93a0622e18519b5437beb4 Author: Milamber <[email protected]> AuthorDate: Tue Nov 5 12:43:00 2019 +0100 Initial commit - add git attributes --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..25bb951 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Auto detect text files and perform LF normalization +* text=auto + +*.java text +*.html text +*.css text +*.js text +*.sql text +*.q text +*.jmx text +*.svg text +*.cgi text eol=lf executable +*.png binary +*.pdf binary
