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.
 
 
 
 
 

45 lines
361 B

# 依赖
node_modules/
pnpm-lock.yaml
# 构建产物
dist/
build/
# 环境变量
.env
.env.local
.env.production
.env.development
# 日志
logs/
*.log
npm-debug.log*
pnpm-debug.log*
# 数据库
*.sqlite3
*.sqlite
*.db
# PM2
.pm2/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 系统文件
.DS_Store
Thumbs.db
# 上传文件
uploads/
# 临时文件
tmp/
temp/