You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@incubator.apache.org by yu...@apache.org on 2016/12/24 05:59:51 UTC

incubator-rocketmq-site git commit: Add gitignore file.

Repository: incubator-rocketmq-site
Updated Branches:
  refs/heads/asf-site bb9288bbd -> fe4f3f030


Add gitignore file.


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/commit/fe4f3f03
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/tree/fe4f3f03
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/diff/fe4f3f03

Branch: refs/heads/asf-site
Commit: fe4f3f0306aa2e442118715064d7bb5d15b258d1
Parents: bb9288b
Author: yukon <yu...@apache.org>
Authored: Sat Dec 24 13:59:41 2016 +0800
Committer: yukon <yu...@apache.org>
Committed: Sat Dec 24 13:59:41 2016 +0800

----------------------------------------------------------------------
 .gitignore | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/fe4f3f03/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5c4866d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+*.gem
+*.sublime-project
+*.sublime-workspace
+.bundle
+.DS_Store
+.jekyll-metadata
+.sass-cache
+_asset_bundler_cache
+_site
+codekit-config.json
+example/_site
+Gemfile.lock
+node_modules
+npm-debug.log*
\ No newline at end of file