From 027df9d32bf0587667bc8b1f9a56cd4af2dd2f9e Mon Sep 17 00:00:00 2001 From: Leon <147289645+LeoninCS@users.noreply.github.com> Date: Thu, 25 Dec 2025 22:40:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=80=E4=BA=9B=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=9A=84=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/config.yaml | 9 --------- frontend/.gitignore | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 9 deletions(-) delete mode 100644 configs/config.yaml create mode 100644 frontend/.gitignore diff --git a/configs/config.yaml b/configs/config.yaml deleted file mode 100644 index 0358a87..0000000 --- a/configs/config.yaml +++ /dev/null @@ -1,9 +0,0 @@ -server: - port: 8080 - -database: - host: localhost - port: 3306 - user: root - password: 123456 - dbname: feedsystem \ No newline at end of file diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw?