Files
lingji-work-fe/.gitignore
rd 529b9f28d9 refactor(env): 重构环境变量配置并简化项目设置
-移除了大部分冗余环境变量,简化了配置结构
- 更新了 API 地址配置方式,使用 VITE_API_URL 替代原有变量
- 删除了未使用的代码文件,包括 apiCodes.ts、axiosHandler.ts 和 types.d.ts
- 调整了 vite 配置,使用环境变量中的 API地址
- 更新了 gitignore 文件,添加了 dist 目录的忽略项
2025-09-19 11:44:09 +08:00

43 lines
455 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
*.js.map
*.js
CURSOR_RULES.md
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
config/unplugin/*.d.ts
config/unplugin/.eslintrc*
analyzer.html
.cursor/*
.lingma/*
dist/*
dist-test.tar.gz
dist.tar.gz