Files
meijiaka-zy/.gitignore
T
小鱼开发 f8ee7c61b9 chore: 清理测试密钥文件,防止敏感信息泄露
- 从 git 仓库移除已提交的测试公钥(cargo-test.key.pub、npm-test.key.pub)
- 本地删除测试密钥文件(cargo-test.key、npm-test.key)
- 更新 .gitignore 排除所有测试相关密钥
2026-05-21 10:46:41 +08:00

33 lines
332 B
Plaintext

# macOS
.DS_Store
# Node
node_modules/
# Python
__pycache__/
*.pyc
.venv/
# IDE
.vscode/
.idea/
.cursor/
.claude/
# Logs
*.log
# Environment
.env
.env.local
test_kick.sh
.playwright-mcp/
*.seed_materials_cache.json
.qiniu_pythonsdk_hostscache.json
tauri-app/src-tauri/binaries/*
.tauri-signing-key
*.key
*test*.key*
.atomcode/