From b575d13a1736fd362633b8fa0cad844607db3908 Mon Sep 17 00:00:00 2001 From: Ilya Bakhlin Date: Sat, 25 Dec 2021 20:01:05 +0100 Subject: [PATCH] Improving the Git files. --- .gitattributes | 7 +++---- .gitignore | 3 +++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index fe420c9..9a8bac1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ -* text=auto -*.* text eol=lf - -*.dat binary +# Git +.gitattributes text eol=lf export-ignore +.gitignore text eol=lf export-ignore diff --git a/.gitignore b/.gitignore index dea414f..51c05c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# PhpStorm +/.idea/ + /vendor /chandler.yml