From 092898d603713d3f8b4d8450521200544773b221 Mon Sep 17 00:00:00 2001 From: wuxiang Date: Sun, 1 Aug 2021 12:33:10 +0800 Subject: [PATCH 1/3] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 4b0001821fe057e8d5259ddf5cfdcc2a8b6c3665 Author: wuxiang Date: Sun Aug 01 12:32:45 2021 +0800 .project 加入 ignore commit 27536e77a805f5f75403e6a48b7ffef7f998c37c Author: wuxiang Date: Sun Aug 01 12:30:44 2021 +0800 test1 --- .gitignore | 1 + test1.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 test1.txt diff --git a/.gitignore b/.gitignore index 8e82eda..e98c35f 100644 --- a/.gitignore +++ b/.gitignore @@ -328,3 +328,4 @@ dist .yarn/install-state.gz .pnp.* +/.project diff --git a/test1.txt b/test1.txt new file mode 100644 index 0000000..13b65db --- /dev/null +++ b/test1.txt @@ -0,0 +1 @@ +this is test1 \ No newline at end of file -- 2.47.3 From 69cdf53a66b63ac8a0ec540823e63a4ed1e33230 Mon Sep 17 00:00:00 2001 From: wuxiang Date: Sun, 1 Aug 2021 12:50:59 +0800 Subject: [PATCH 2/3] test 2 --- test2.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test2.txt diff --git a/test2.txt b/test2.txt new file mode 100644 index 0000000..f0dc389 --- /dev/null +++ b/test2.txt @@ -0,0 +1 @@ +feather test 2 \ No newline at end of file -- 2.47.3 From 4ca0f693019de3f270685d8b8766a7a0dbf012d1 Mon Sep 17 00:00:00 2001 From: wuxiang Date: Tue, 17 Aug 2021 10:15:54 +0800 Subject: [PATCH 3/3] test feature 2 --- feature-test-2/object.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 feature-test-2/object.sql diff --git a/feature-test-2/object.sql b/feature-test-2/object.sql new file mode 100644 index 0000000..1a0ef8d --- /dev/null +++ b/feature-test-2/object.sql @@ -0,0 +1 @@ +select count(*) from maxusers; \ No newline at end of file -- 2.47.3