diff --git a/.gitignore b/.gitignore index 2ce671bee..9b96e492a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,24 @@ /node_modules /bower_components composer.lock -package-lock.json \ No newline at end of file +package-lock.json + + +* text=auto + +*.txt text eol=lf +*.xml text eol=lf +*.json text eol=lf +*.properties text eol=lf +*.conf text eol=lf +*.sh text eol=lf +Dockerfile text eol=lf + +*.awk text eol=lf +*.sed text eol=lf +*.sh text eol=lf + +*.png binary +*.jpg binary + +*.p12 binary \ No newline at end of file