From a1817de6e50f0cd409e77f28febf37c3565459e9 Mon Sep 17 00:00:00 2001 From: Hoshi <1196756653@qq.com> Date: Sat, 18 May 2024 16:53:15 +0800 Subject: [PATCH] Initial commit with .gitignore --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f6c379 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +.DS_Store +node_modules +/cms-web +cms-web.tar.gz + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw?