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;