Преглед изворни кода

Merge pull request #346 from scribam/gitignore

Copy .gitignore file during the setup
Mark Shust пре 4 година
родитељ
комит
3a918a65d9
1 измењених фајлова са 1 додато и 0 уклоњено
  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