From 4ed44ba9692080903a50a3347034d09204960e39 Mon Sep 17 00:00:00 2001 From: Andrew Roslik Date: Mon, 5 Sep 2016 14:31:03 +0300 Subject: [PATCH] Implemented #114: Add loading extra configuration package - Added init files. --- .standards/.gitignore | 2 ++ .standards/init-repos.sh | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .standards/.gitignore create mode 100644 .standards/init-repos.sh diff --git a/.standards/.gitignore b/.standards/.gitignore new file mode 100644 index 0000000..0888a1e --- /dev/null +++ b/.standards/.gitignore @@ -0,0 +1,2 @@ +magento-ecg +symfony diff --git a/.standards/init-repos.sh b/.standards/init-repos.sh new file mode 100644 index 0000000..ec3c65f --- /dev/null +++ b/.standards/init-repos.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +[ ! -d ./magento-ecg/.git ] && git clone git@github.com:cmhook/phpcs-magento-ecg-project.git ./magento-ecg +[ ! -d ./symfony/.git ] && git clone git@github.com:cmhook/phpcs-symfony.git ./symfony