diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f883011 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* eol=lf +*.bat eol=crlf +*.png binary +*.zip binary +*.tgz binary +*.tar binary +*.bz2 binary +*.gz binary diff --git a/.gitignore b/.gitignore index 3440afc..c9883d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ .* !.github !.gitignore +!.gitattributes !.mvn -!.travis.yml *.bak *.log *.diff @@ -10,4 +10,4 @@ *.iml target eclipse-target -war \ No newline at end of file +war diff --git a/pom.xml b/pom.xml index bbeb269..76f75d2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.m-m-m mmm - 22 + 23 ../parent/pom.xml mmm-ui-api-parent