You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2021/06/30 03:43:05 UTC

[carbondata-site] branch master updated: update .gitignore and readme

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

chenliang613 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e9097fd  update .gitignore and readme
e9097fd is described below

commit e9097fd2de4991f2f67ad6484e570693fce4587d
Author: chenliang613 <ch...@apache.org>
AuthorDate: Wed Jun 30 11:42:55 2021 +0800

    update .gitignore and readme
---
 .gitignore | 29 ++++++++++++++++++++++++++++-
 README.md  | 12 +++++++++++-
 2 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index eb5a316..995cd12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,28 @@
-target
+*~
+.#
+##
+*.swp
+*.ipr
+*.iml
+*.iws
+*.pyc
+.pyo
+.idea/
+.idea_modules/
+.settings
+.cache
+target/
+store/CSDK/cmake-build-debug/
+.project
+.classpath
+metastore_db/
+derby.log
+python/.idea/
+*/.cache-main
+*/.cache-tests
+//.cache-main
+//.cache-tests
+//*/.cache-main
+//*/.cache-tests
+*.flattened-pom.xml
+python/pycarbon/.pylintrc
\ No newline at end of file
diff --git a/README.md b/README.md
index c2829f4..83f2f4d 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,19 @@ Checkout:
 
 ```
 git clone https://git-wip-us.apache.org/repos/asf/carbondata-site
-git checkout asf-site
 ```
 
+If you need to maintain english webiste, please checkout :
+```
+git checkout asf-site  
+```
+
+if you need to maintain chinese website, please checkout : 
+```
+git checkout feature-newwebsite
+```
+BTW, the master branch only keeps readme file, don't store any website's content.
+
 ## Publish
 
 To publish the local website to the production location (http://carbondata.apache.org), you have to use: