2023-11-02 12:12:37 +00:00
|
|
|
|
.DS_Store
|
|
|
|
|
node_modules
|
|
|
|
|
/dist
|
|
|
|
|
/output
|
|
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
|
# .env.*.local 提交 .env.development.local,使得用户能够在本地修改
|
|
|
|
|
.env.production.local
|
|
|
|
|
.env.local
|
|
|
|
|
|
2024-07-05 01:30:41 +00:00
|
|
|
|
components.d.ts
|
|
|
|
|
|
2023-11-02 12:12:37 +00:00
|
|
|
|
# Log files
|
|
|
|
|
npm-debug.log*
|
|
|
|
|
yarn-debug.log*
|
|
|
|
|
yarn-error.log*
|
|
|
|
|
pnpm-debug.log*
|
|
|
|
|
package-lock.json
|
2024-05-09 12:34:24 +00:00
|
|
|
|
pnpm-lock.yaml
|
2024-05-21 13:31:55 +00:00
|
|
|
|
yarn.lock
|
2023-11-02 12:12:37 +00:00
|
|
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
|
.idea
|
|
|
|
|
.vscode
|
|
|
|
|
*.suo
|
|
|
|
|
*.ntvs*
|
|
|
|
|
*.njsproj
|
|
|
|
|
*.sln
|
|
|
|
|
*.sw?
|
|
|
|
|
|
|
|
|
|
.history
|