25 lines
204 B
Plaintext
25 lines
204 B
Plaintext
# 依赖
|
|
node_modules/
|
|
|
|
# 构建输出
|
|
dist/
|
|
|
|
# 日志
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# 编辑器
|
|
.vscode/
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# 系统文件
|
|
.DS_Store
|
|
Thumbs.db
|
|
|