From 09bc557cd0148ee4c09b899a76277813ae7c9612 Mon Sep 17 00:00:00 2001 From: Christopher McCulloh Date: Mon, 14 Sep 2015 17:56:08 -0400 Subject: [PATCH] (master) adds github.token to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 45428e30a..9193a28bf 100644 --- a/.gitignore +++ b/.gitignore @@ -42,10 +42,13 @@ dist/css/fuelux-dev.css.map dist/css/fuelux-fuelux-no-namespace.css.map # generate release notes -notes.sh +notes.sh # release task and commit stage.sh # push major branch, the version tag, and SFTP upload to CDN publish.sh + +# github token +github.token