Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyuewuyi committed May 7, 2016
1 parent bd5ad03 commit 92353da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages
*\bin
*\obj
.vs
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Aliyun TableStore SDK for C#
# Aliyun TableStore SDK for C#

[![Software License](https://img.shields.io/badge/license-apache2-brightgreen.svg)](LICENSE)
[![GitHub version](https://badge.fury.io/gh/aliyun%2Faliyun-tablestore-csharp-sdk.svg)](https://badge.fury.io/gh/aliyun%2Faliyun-tablestore-csharp-sdk)

## 关于
- 此C# SDK基于[阿里云表格存储服务](http://www.aliyun.com/product/ots/) API构建。
Expand All @@ -16,7 +19,7 @@
- 如果要运行sample,需要将aliyun-tablestore-sdk-sample项目设为`启动项目`,并添加您自己的AccessKeyId,AccessKeySecret,InstanceName等后即可运行。

## 贡献代码
- 我们非常欢迎大家为TableStore C# SDK以及其他阿里云SDK贡献代码
- 我们非常欢迎大家为TableStore C# SDK以及其他TableStore SDK贡献代码

## 联系我们
- [阿里云TableStore官方网站](http://www.aliyun.com/product/ots)
Expand Down

0 comments on commit 92353da

Please sign in to comment.