Merge pull request #1 from h44z/fix-gitignore

Exclude cert.cert from git
This commit is contained in:
captainhook 2020-07-04 02:31:06 +01:00 committed by GitHub
commit c13c5e7326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ obj/
*.pem *.pem
.vscode/ .vscode/
*.pfx *.pfx
*.cert