Blocklist certificate files in .gitignore (#498)

This commit is contained in:
Archit Aggarwal
2021-02-09 12:09:14 -08:00
committed by GitHub
parent 9b9011917a
commit 8d325a5f47

6
.gitignore vendored
View File

@@ -16,4 +16,8 @@
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc
# Ignore certificate files.
*.pem
*.crt