
15 changed files with 15631 additions and 30 deletions
@ -0,0 +1,30 @@ |
|||
# 根目录 .gitignore |
|||
|
|||
# 依赖目录 |
|||
node_modules/ |
|||
examples/node_modules/ # 显式忽略 examples 下的 node_modules |
|||
|
|||
# 构建产物 |
|||
dist/ |
|||
packages/dist/ |
|||
*.log |
|||
.DS_Store |
|||
|
|||
# 环境文件 |
|||
.env |
|||
.env.local |
|||
|
|||
# IDE 配置 |
|||
.idea/ |
|||
.vscode/ |
|||
*.swp |
|||
|
|||
# 调试文件 |
|||
debug.log |
|||
npm-debug.log* |
|||
yarn-debug.log* |
|||
yarn-error.log* |
|||
|
|||
# 其他 |
|||
*.tmp |
|||
*.bak |
@ -0,0 +1,13 @@ |
|||
# examples/.gitignore |
|||
|
|||
# 开发缓存 |
|||
.vuepress/dist/ |
|||
.temp/ |
|||
.cache/ |
|||
|
|||
# 测试报告 |
|||
coverage/ |
|||
__tests__/__snapshots__/ |
|||
|
|||
# 本地调试文件 |
|||
.local-* |
@ -0,0 +1,8 @@ |
|||
# 忽略文件 |
|||
examples/ |
|||
node_modules/ |
|||
*.log |
|||
*.md |
|||
*.yml |
|||
webpack.config.js |
|||
.gitignore |
File diff suppressed because it is too large
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 771 B |
After Width: | Height: | Size: 2.2 KiB |
@ -1 +0,0 @@ |
|||
build/webpack.config.js |
Loading…
Reference in new issue