Explorar o código

Merge pull request #346 from scribam/gitignore

Copy .gitignore file during the setup
Mark Shust %!s(int64=4) %!d(string=hai) anos
pai
achega
3a918a65d9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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