From commits-return-6633-archive-asf-public=cust-asf.ponee.io@dubbo.apache.org Wed Oct 21 10:11:45 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 35B9D1806D9 for ; Wed, 21 Oct 2020 12:11:45 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 67B57122093 for ; Wed, 21 Oct 2020 10:11:44 +0000 (UTC) Received: (qmail 76189 invoked by uid 500); 21 Oct 2020 10:11:44 -0000 Mailing-List: contact commits-help@dubbo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@dubbo.apache.org Delivered-To: mailing list commits@dubbo.apache.org Received: (qmail 76136 invoked by uid 99); 21 Oct 2020 10:11:43 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2020 10:11:43 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5EA1D81798; Wed, 21 Oct 2020 10:11:43 +0000 (UTC) Date: Wed, 21 Oct 2020 10:11:42 +0000 To: "commits@dubbo.apache.org" Subject: [dubbo-website] 05/38: remove used files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: liujun@apache.org In-Reply-To: <160327509699.2394.11150015885646261764@gitbox.apache.org> References: <160327509699.2394.11150015885646261764@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: dubbo-website X-Git-Refname: refs/heads/mkdocs X-Git-Reftype: branch X-Git-Rev: 2000e5e61ea4790043d67d6abfb0c48066bf364d X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20201021101143.5EA1D81798@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch mkdocs in repository https://gitbox.apache.org/repos/asf/dubbo-website.git commit 2000e5e61ea4790043d67d6abfb0c48066bf364d Author: ken.lj AuthorDate: Thu Aug 13 13:06:56 2020 +0800 remove used files --- .babelrc | 22 ---------------------- .eslintrc | 27 --------------------------- .htaccess | 19 ------------------- 3 files changed, 68 deletions(-) diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 42d28fa..0000000 --- a/.babelrc +++ /dev/null @@ -1,22 +0,0 @@ -{ - "plugins": [ - "transform-decorators-legacy", - "transform-class-properties", - "transform-object-rest-spread", - "transform-object-assign", - [ - "transform-runtime", - { - "helpers": false, - "polyfill": false, - "regenerator": true, - "moduleName": "babel-runtime" - } - ] - ], - "presets": [ - "react", - "stage-0", - "es2015" - ] -} diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index 51d2f64..0000000 --- a/.eslintrc +++ /dev/null @@ -1,27 +0,0 @@ -{ - "extends": "eslint-config-ali/react", - "parser": "babel-eslint", - "env": { - "browser": true, - "node": true, - "mocha": true - }, - "globals": { - "AK_GLOBAL": true, - "dd": {}, - "_czc": {}, - "dplus": {}, - "salt": {}, - "_": true, - "homePageData": {}, - "Lang": {} - }, - "rules": { - "max-len": 0, //关闭最大长度限制 - "new-cap": [2, { "newIsCap": true, "properties": false }], - "react/jsx-indent": 0, - "react/jsx-indent-props": 0, - "indent": 0, - "radix": ["error", "as-needed"] - } -} \ No newline at end of file diff --git a/.htaccess b/.htaccess deleted file mode 100644 index dd104c6..0000000 --- a/.htaccess +++ /dev/null @@ -1,19 +0,0 @@ - - ExpiresActive On - - # Images - ExpiresByType image/jpeg "access plus 7 days" - ExpiresByType image/gif "access plus 7 days" - ExpiresByType image/png "access plus 7 days" - ExpiresByType image/webp "access plus 7 days" - ExpiresByType image/svg+xml "access plus 7 days" - ExpiresByType image/x-icon "access plus 7 days" - - - # CSS, JavaScript - ExpiresByType text/css "access plus 1 days" - ExpiresByType text/javascript "access plus 1 days" - ExpiresByType application/javascript "access plus 1 days" - - -