diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02c4fea --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# 忽略所有 .log 文件 +*.log + +# 忽略 node_modules 目录 +node_modules/ + +# 忽略 .env 文件 +.env \ No newline at end of file