You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
185 B

# npm 构建产物
miniprogram_npm/
dist/
build/
# node_modules
node_modules/
# 缓存文件
npm-debug.log*
yarn-error.log*
*.lock
# 开发工具临时文件
.project
.idea/
.vscode/