mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 11:44:40 +08:00
0aa81be9a6
* chore: 移除npm lock忽略并补充类型依赖 * chore: 依赖位置错了
28 lines
336 B
Plaintext
Executable File
28 lines
336 B
Plaintext
Executable File
node_modules
|
|
.DS_Store
|
|
|
|
# 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
|