You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2017/06/25 23:49:38 UTC

[incubator-openwhisk-website] branch asf-site updated: update gitignore for asf-site (#236)

This is an automated email from the ASF dual-hosted git repository.

mrutkowski pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8ba9497  update gitignore for asf-site (#236)
8ba9497 is described below

commit 8ba94970d6fdda1c14e4f546ac5b80c4e2c987cc
Author: Carlos Santana <cs...@gmail.com>
AuthorDate: Sun Jun 25 19:49:36 2017 -0400

    update gitignore for asf-site (#236)
---
 .gitignore  |  5 +++++
 bin/develop | 10 ----------
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index f82a4d0..aec04fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,8 @@
 node_modules/
 .bundle/
 tools/
+_site/
+bin/
+Gemfile.lock
+
+
diff --git a/bin/develop b/bin/develop
deleted file mode 100755
index 04305a3..0000000
--- a/bin/develop
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-# Make sure we have the required dependencies.
-npm install
-
-# Create the JavaScript bundle.
-npm run build:js
-
-# Start the Jekyll server and JavaScript watcher.
-npm run dev:jekyll

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].