From 14f064e5c0438677796a14069fa3bec332edc321 Mon Sep 17 00:00:00 2001 From: MGatner Date: Tue, 20 Aug 2019 13:58:32 -0400 Subject: [PATCH 1/3] Deploy .gitignore to appstarter --- admin/release-appstarter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/release-appstarter b/admin/release-appstarter index afe2f7266e66..6f9ab2f16da5 100644 --- a/admin/release-appstarter +++ b/admin/release-appstarter @@ -12,7 +12,7 @@ git checkout $branch echo -e "${BOLD}Build the framework distributable${NORMAL}" echo -e "${BOLD}Copy the main files/folders...${NORMAL}" -releasable='app public writable README.md contributing.md env license.txt spark tests/_support' +releasable='app public writable README.md contributing.md env license.txt spark tests/_support .gitignore' for fff in $releasable ; do if [ -d "$fff" ] ; then rm -rf $fff From 3901d201467992d4011e5dee718e1e5739e95556 Mon Sep 17 00:00:00 2001 From: MGatner Date: Tue, 20 Aug 2019 13:59:30 -0400 Subject: [PATCH 2/3] Deploy .gitignore to framework --- admin/release-framework | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/release-framework b/admin/release-framework index 196824f3622c..bd6aa1be6cc9 100644 --- a/admin/release-framework +++ b/admin/release-framework @@ -12,7 +12,7 @@ git checkout $branch echo -e "${BOLD}Build the framework distributable${NORMAL}" echo -e "${BOLD}Copy the main files/folders...${NORMAL}" -releasable='app docs public system writable contributing.md env license.txt spark' +releasable='app docs public system writable contributing.md env license.txt spark .gitignore' for fff in $releasable ; do if [ -d "$fff" ] ; then rm -rf $fff From 9d10dd838f961ef4f62ccd1f3b64a5c3344f621b Mon Sep 17 00:00:00 2001 From: MGatner Date: Tue, 20 Aug 2019 14:17:21 -0400 Subject: [PATCH 3/3] Remove tests/_support --- admin/release-appstarter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/release-appstarter b/admin/release-appstarter index 6f9ab2f16da5..cd8d4e890e3f 100644 --- a/admin/release-appstarter +++ b/admin/release-appstarter @@ -12,7 +12,7 @@ git checkout $branch echo -e "${BOLD}Build the framework distributable${NORMAL}" echo -e "${BOLD}Copy the main files/folders...${NORMAL}" -releasable='app public writable README.md contributing.md env license.txt spark tests/_support .gitignore' +releasable='app public writable README.md contributing.md env license.txt spark .gitignore' for fff in $releasable ; do if [ -d "$fff" ] ; then rm -rf $fff