From 04b4c863eb8907c8b7b79ce3f3a3282700397a08 Mon Sep 17 00:00:00 2001 From: tianea Date: Fri, 26 Aug 2022 11:14:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 backend/.gitignore diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..c9ae2c7 --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1,15 @@ +.DS_Store +node_modules/ +/dist/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +._* \ No newline at end of file