mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
90 lines
1.0 KiB
Plaintext
90 lines
1.0 KiB
Plaintext
nvim/plugin/
|
|
nvim/.netrwhist
|
|
tmux/plugins/
|
|
raycast/extensions
|
|
raycast/config.json
|
|
*.env
|
|
.git/
|
|
.DS_Store
|
|
zed/.tmp*
|
|
zed/embeddings
|
|
zed/conversations
|
|
ssh/config
|
|
|
|
# === 敏感数据排除 ===
|
|
# SSH 密钥和配置
|
|
.ssh/
|
|
known_hosts
|
|
authorized_keys
|
|
id_rsa*
|
|
id_ed25519*
|
|
*.pem
|
|
|
|
# 1Password
|
|
.1password/
|
|
|
|
# Kubernetes
|
|
.kube/
|
|
kubeconfig*
|
|
*.kubeconfig
|
|
|
|
# 环境变量和 secrets
|
|
*.secret
|
|
*.key
|
|
credentials.json
|
|
secrets.txt
|
|
|
|
# 缓存目录
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.node_cache/
|
|
.cache/
|
|
tmp/
|
|
temp/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/workspace*
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# 语言版本文件
|
|
.python-version
|
|
.node-version
|
|
.rust-version
|
|
.tool-versions
|
|
|
|
# 构建产物
|
|
dist/
|
|
build/
|
|
target/
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dylib
|
|
|
|
# Mac 特有
|
|
.Trash/
|
|
.VolumeIcon.icns
|
|
.apdisk
|
|
|
|
# 日志
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-error.log
|
|
pnpm-debug.log*
|
|
|
|
# === 备份文件排除 ===
|
|
# Backup reports and sensitive configs
|
|
.git_config_summary.txt
|
|
*.backup.*
|
|
ssh_backup_*/
|
|
.backup_report_*.md
|
|
|
|
# Generated config exports (contain sensitive info)
|
|
.1password_config.txt
|
|
.kube_contexts.txt
|
|
.vscode_extensions.txt
|