From 50cee61ac60608a3b109cad58a6aaf5c29c89311 Mon Sep 17 00:00:00 2001 From: tigerbot Date: Wed, 7 Jun 2017 10:54:41 -0600 Subject: [PATCH] added what was a submodule to .gitignore --- .gitignore | 1 + update-packages.sh | 2 ++ 2 files changed, 3 insertions(+) mode change 100644 => 100755 update-packages.sh diff --git a/.gitignore b/.gitignore index 7394ea8..70c8683 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *session* *secret* var/* +packages/assets/org.oauth3 # Logs logs diff --git a/update-packages.sh b/update-packages.sh old mode 100644 new mode 100755 index 776aa3c..f204477 --- a/update-packages.sh +++ b/update-packages.sh @@ -1,3 +1,5 @@ +#!/bin/bash + pushd packages/assets git clone https://git.daplie.com/Daplie/oauth3.js.git org.oauth3