Files
251208-biz-u-dx/.gitignore
zzjyu 7a5ab5990d -
2025-12-16 11:22:51 +08:00

19 lines
203 B
Plaintext

# 本地环境
**/.DS_Store
**/.local/*
**/.venv/*
**/.conda/*
**/.taskfile/.env
# 临时目录
**/tmp/**
**/log/**
**/logs/**
**/temp/**
**/cache/**
# 构建产物
**/dist/**
**/build/**
.idea
.vscode