Files
ChatLab/.gitignore
2026-02-13 14:15:38 +08:00

38 lines
407 B
Plaintext

# OSX
.DS_Store
# Node.js
node_modules
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
error-log-*.txt
# Project
dist/
.history/
out
.obskey
release-config.json
src/auto-imports.d.ts
src/components.d.ts
*.tsbuildinfo
# 使用npm作为包管理器
yarn.lock
# AI
.cursor
.vscode/*
!.vscode/settings.json
!.vscode/snippets.code-snippets
.docs