diff --git a/.gitignore b/.gitignore index 3273b50..1e2382f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ npm-debug.log dist/ build/ .env.local -*.log \ No newline at end of file +*.log +# 忽略 gsxt 文件夹(打包后的文件夹) +gsxt/ \ No newline at end of file