diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c4d0070 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Preventing this repo from turning into a PHP repository +*.php -linguist-vendored diff --git a/dockerize.cmd b/dockerize.cmd deleted file mode 100644 index a9ed925..0000000 --- a/dockerize.cmd +++ /dev/null @@ -1,21 +0,0 @@ -@echo off -setlocal enabledelayedexpansion - -:: Going into the script's directory -cd /D "%~dp0" - - -:dockerize -echo. -echo Preparing the container -echo ----------------------- - -:dockerize-up -pushd %CD% -docker-compose -f docker-compose.dev.yml up -d --force-recreate -popd - -:dockerize-end - - -:end