mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-22 00:56:35 +08:00
93b9d53701
* fix(i18n): 修复Vue2遗留的语法 * fix(deps): 修正因锁文件导致编译失败的问题 * chore: update lock * chore: update lock --------- Co-authored-by: Uyarn <uyarnchen@gmail.com>
38 lines
470 B
Plaintext
Executable File
38 lines
470 B
Plaintext
Executable File
# OS specific files
|
|
.DS_Store
|
|
|
|
# dependencies manager
|
|
node_modules/
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# build files
|
|
es/
|
|
lib/
|
|
dist/
|
|
typings/
|
|
|
|
_site
|
|
package
|
|
tmp*
|
|
temp*
|
|
coverage
|
|
test-report.html
|
|
.idea/
|
|
yarn-error.log
|
|
*.zip
|
|
.history
|
|
.stylelintcache
|
|
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# lock文件 请根据自身项目或团队需求选择具体的包管理工具 并移除具体的ignore的lock文件
|
|
yarn.lock
|
|
pnpm-lock.yaml
|