From dfc5f9c8947c97fe522a2b9944f17f212a55a0ab Mon Sep 17 00:00:00 2001 From: fatihalp Date: Sun, 30 Jul 2023 23:47:29 +0300 Subject: [PATCH] End of line - LF --- .gitignore | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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