Browse Source

Copy .gitignore file during the setup

scribam 4 years ago
parent
commit
3663ab1411
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/template

+ 1 - 0
lib/template

@@ -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