Blocklist certificate files in .gitignore (#498)

pull/499/head
Archit Aggarwal 4 years ago committed by GitHub
parent 9b9011917a
commit 8d325a5f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitignore vendored

@ -17,3 +17,7 @@
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Ignore certificate files.
*.pem
*.crt

Loading…
Cancel
Save