From 2a33b74b35b6e8c3fbe5bf71b0b51b3bdf5624ea Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Sat, 17 Jun 2023 22:59:00 +0800 Subject: [PATCH] chore: coding style (#3362) --- .gitignore | 1 + tools/goctl/.gitignore | 2 -- tools/goctl/model/sql/example/sql/user.sql | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 tools/goctl/.gitignore diff --git a/.gitignore b/.gitignore index c306dab2..d01e513c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ # ignore **/.idea +**/.vscode **/.DS_Store **/logs **/adhoc diff --git a/tools/goctl/.gitignore b/tools/goctl/.gitignore deleted file mode 100644 index 8cd0df3a..00000000 --- a/tools/goctl/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.vscode -.idea \ No newline at end of file diff --git a/tools/goctl/model/sql/example/sql/user.sql b/tools/goctl/model/sql/example/sql/user.sql index 9b1cc67a..01be0696 100644 --- a/tools/goctl/model/sql/example/sql/user.sql +++ b/tools/goctl/model/sql/example/sql/user.sql @@ -32,4 +32,4 @@ CREATE TABLE `student` `update_time` timestamp NULL DEFAULT NULL, `delete_time` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`type`) USING BTREE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; \ No newline at end of file +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;