This commit is contained in:
王鹏
2026-04-09 14:55:54 +08:00
commit a2f5875d1b
60 changed files with 5210 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# 忽略打包后的静态资源(你的核心需求)
dist/
build/
dist.zip
# 忽略依赖库
node_modules/
jspm_packages/
# 忽略日志文件
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 忽略本地环境变量文件(非常重要,保护隐私)
.env
.env.local
.env.*.local
# 忽略系统生成的临时文件
.DS_Store
Thumbs.db