From 4c7aa2aeeec1ac76a43ed53a7173950106210051 Mon Sep 17 00:00:00 2001 From: yigencong Date: Tue, 27 Feb 2024 14:10:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0git=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fcd9a9e --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# Node.js +node_modules/ + +# Dependency directories +npm-debug.log +yarn-error.log + +# macOS +.DS_Store + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Yarn +yarn-error.log + +# Editor directories and files +.vscode +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw* + +# User-specific files +npm-debug.log +yarn-debug.log* +yarn-error.log*