diff --git a/init.sh b/init.sh new file mode 100755 index 0000000..9250244 --- /dev/null +++ b/init.sh @@ -0,0 +1,8 @@ +BASE_PATH=$(cd "$(dirname "$0")"; pwd -P) + +# Ignore config file from worktree +git update-index --skip-worktree wp-config.php + +# Update all submodules +cd $BASE_PATH +git submodule update --init --recursive diff --git a/wp-config.php b/wp-config.php new file mode 100644 index 0000000..bb04ed6 --- /dev/null +++ b/wp-config.php @@ -0,0 +1,90 @@ +