chore: 清理测试密钥文件,防止敏感信息泄露
- 从 git 仓库移除已提交的测试公钥(cargo-test.key.pub、npm-test.key.pub) - 本地删除测试密钥文件(cargo-test.key、npm-test.key) - 更新 .gitignore 排除所有测试相关密钥
This commit is contained in:
@@ -28,4 +28,5 @@ test_kick.sh
|
||||
tauri-app/src-tauri/binaries/*
|
||||
.tauri-signing-key
|
||||
*.key
|
||||
*test*.key*
|
||||
.atomcode/
|
||||
|
||||
Reference in New Issue
Block a user