2024-11-01 14:45:15 +08:00
|
|
|
# OS specific files
|
2021-08-26 11:25:15 +08:00
|
|
|
.DS_Store
|
|
|
|
|
2024-11-01 14:45:15 +08:00
|
|
|
# dependencies manager
|
|
|
|
node_modules/
|
|
|
|
.pnp.*
|
|
|
|
.yarn/*
|
|
|
|
!.yarn/patches
|
|
|
|
!.yarn/plugins
|
|
|
|
!.yarn/releases
|
|
|
|
!.yarn/sdks
|
|
|
|
!.yarn/versions
|
|
|
|
|
2021-08-26 11:25:15 +08:00
|
|
|
# build files
|
|
|
|
es/
|
|
|
|
lib/
|
|
|
|
dist/
|
|
|
|
typings/
|
|
|
|
|
|
|
|
_site
|
|
|
|
package
|
|
|
|
tmp*
|
|
|
|
temp*
|
|
|
|
coverage
|
|
|
|
test-report.html
|
|
|
|
.idea/
|
2021-10-18 17:04:47 +08:00
|
|
|
yarn-error.log
|
2021-08-26 11:25:15 +08:00
|
|
|
*.zip
|
|
|
|
.history
|
2021-11-26 11:32:16 +08:00
|
|
|
.stylelintcache
|
2023-10-13 12:04:59 +08:00
|
|
|
|
2023-03-15 15:34:36 +08:00
|
|
|
.env.local
|
|
|
|
.env.*.local
|
2023-10-13 12:04:59 +08:00
|
|
|
|
|
|
|
# lock文件 请根据自身项目或团队需求选择具体的包管理工具 并移除具体的ignore的lock文件
|
|
|
|
yarn.lock
|
2024-05-12 22:11:04 +08:00
|
|
|
pnpm-lock.yaml
|