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.
 
 

28 lines
248 B

# 依赖目录
node_modules/
# 日志文件
*.log
# 环境变量文件
.env
.env.local
.env.*.local
# 临时文件
*.tmp
*.temp
# 编辑器文件
.vscode/
.idea/
*.swp
*.swo
# 操作系统文件
Thumbs.db
.DS_Store
# 构建输出
dist/
build/