修复快照完整性:raw/llm_wiki 由 gitlink 转为普通目录(.git 备份为 .git.bak),新增 .gitignore 排除 __pycache__/pyc 与子仓库元数据
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
dist-ssr/
|
||||
# RC artifacts pulled from CI for local Windows / Intel Mac verification.
|
||||
# These are pre-release binaries downloaded via `gh run download`, never
|
||||
# meant for the repo.
|
||||
dist-rc/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Rust build artifacts
|
||||
src-tauri/target/
|
||||
|
||||
# Tauri generated files
|
||||
src-tauri/gen/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Internal docs (not shipped)
|
||||
docs/
|
||||
AGENTS.md
|
||||
|
||||
# Benchmark and test data (local only)
|
||||
tests/
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Brainstorm assets (not tracked in source control)
|
||||
.superpowers/
|
||||
.claude/
|
||||
Reference in New Issue
Block a user