chore(git):增加屏蔽可能出现的证书文件。
This commit is contained in:
parent
26dd427aea
commit
3862e591e3
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
|
||||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
|
@ -301,3 +300,7 @@ Cargo.lock
|
|||
|
||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||
*.pdb
|
||||
|
||||
# Certificate files
|
||||
**/*.key
|
||||
**/*.pem
|
||||
|
|
Loading…
Reference in New Issue
Block a user