f8ee7c61b9
- 从 git 仓库移除已提交的测试公钥(cargo-test.key.pub、npm-test.key.pub) - 本地删除测试密钥文件(cargo-test.key、npm-test.key) - 更新 .gitignore 排除所有测试相关密钥
33 lines
332 B
Plaintext
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/
|