From 956f90ee6dfdf78e0c85c7051cb2fc61dfff47f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?halwu=28=E5=90=B4=E6=B5=A9=E9=BA=9F=29?= Date: Sun, 28 May 2017 16:14:31 +0800 Subject: [PATCH] doc: add ignore --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2acce55 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Created by .ignore support plugin (hsz.mobi) +.idea/ diff --git a/README.md b/README.md index 5c48649..3657bcc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AV streaming server +# livego - a streaming server in pure go ## Feature - write in pure golang, can run in any platform