Files
AiclwHome/.gitignore
2026-03-10 17:21:27 +08:00

48 lines
650 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
########################
# OS / 编辑器
########################
.DS_Store
Thumbs.db
.idea
.vscode/*
!.vscode/extensions.json
########################
# Node / Vite前后端通用
########################
node_modules
dist
dist-ssr
.vite
# 本地环境变量(不要提交)
.env
.env.*
*.local
########################
# 日志
########################
logs
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
lerna-debug.log*
########################
# 测试 & 覆盖率
########################
coverage
.nyc_output
########################
# 其他
########################
*.pid
*.pid.lock
.eslintcache
.npm
.node_repl_history