tdesign-vue-next-starter/.gitignore
悠静萝莉 0aa81be9a6
chore: remove npm lock file ignore (#717)
* chore: 移除npm lock忽略并补充类型依赖

* chore: 依赖位置错了
2024-05-12 22:11:04 +08:00

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