This is an automated email from the ASF dual-hosted git repository. milamber pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/jmeter-site.git
commit 750da7b3b2ecc139563149673ac54411dec24806 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
