diff --git a/.env.dev b/.env.development similarity index 100% rename from .env.dev rename to .env.development diff --git a/.env.prod b/.env.production similarity index 100% rename from .env.prod rename to .env.production diff --git a/.gitattributes b/.gitattributes index 1ad91de..83ba117 100644 --- a/.gitattributes +++ b/.gitattributes @@ -97,6 +97,7 @@ TODO text *.tpl text *.twig text *.vue text +*.http text # Configs *.cnf text @@ -104,9 +105,8 @@ TODO text *.config text .editorconfig text .env text -.env.dev text -.env.prod text -.gitattributes text +.env.development text eol=lf +.gitattributes text eol=lf .gitconfig text .htaccess text *.lock text -diff