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