tdesign-vue-next-starter/.gitignore
悠静萝莉 93b9d53701
fix(deps): 修正因锁文件错误导致的编译失败 (#777)
* fix(i18n): 修复Vue2遗留的语法

* fix(deps): 修正因锁文件导致编译失败的问题

* chore: update lock

* chore: update lock

---------

Co-authored-by: Uyarn <uyarnchen@gmail.com>
2024-11-01 14:45:15 +08:00

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