From ba2777449876a3ff8a294cd8d3ff6a9470bb217f Mon Sep 17 00:00:00 2001 From: Stephen James Date: Wed, 22 Apr 2015 15:51:50 -0400 Subject: [PATCH] Ignore shell scripts that do release added to .gitignore, since some server settings are set --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 48b4a201c..efc154d4c 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,11 @@ dist/css/fuelux-dev.css dist/css/fuelux-dev.css.map dist/css/fuelux-fuelux-no-namespace.css.map +# generate release notes +notes.sh + +# release task and commit +stage.sh + +# push major branch, the version tag, and SFTP upload to CDN +publish.sh \ No newline at end of file