Copy .gitignore file during the setup
@@ -4,6 +4,7 @@ git remote add origin https://github.com/markshust/docker-magento
git fetch origin -qqq
git checkout origin/master -- compose
mv compose/* ./
+mv compose/.gitignore ./
mv compose/.vscode ./
rm -rf compose .git
git init